mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
8 lines
131 B
CMake
8 lines
131 B
CMake
|
SET (HEADERS )
|
||
|
SET (CPPS
|
||
|
omflex.cpp
|
||
|
sequencer.cpp
|
||
|
streamer.cpp
|
||
|
tracklist.cpp)
|
||
|
|
||
|
ADD_LIBRARY(music STATIC ${HEADERS} ${CPPS})
|