mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +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}) |