Descent3/d3music/CMakeLists.txt
2024-04-15 21:43:29 -06:00

5 lines
88 B
CMake

SET (HEADERS )
SET (CPPS
musicapi.cpp)
ADD_LIBRARY(d3music STATIC ${HEADERS} ${CPPS})