Descent3/d3music/CMakeLists.txt

5 lines
88 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
musicapi.cpp)
ADD_LIBRARY(d3music STATIC ${HEADERS} ${CPPS})