Descent3/music/CMakeLists.txt

8 lines
131 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
omflex.cpp
sequencer.cpp
streamer.cpp
tracklist.cpp)
ADD_LIBRARY(music STATIC ${HEADERS} ${CPPS})