mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
5 lines
88 B
CMake
5 lines
88 B
CMake
|
SET (HEADERS )
|
||
|
SET (CPPS
|
||
|
musicapi.cpp)
|
||
|
|
||
|
ADD_LIBRARY(d3music STATIC ${HEADERS} ${CPPS})
|