mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
4 lines
167 B
CMake
4 lines
167 B
CMake
|
SET (HEADERS ddlnxsound.h )
|
||
|
SET (CPPS mixer.cpp sdlsound.cpp ../dd_sndlib/ssl_lib.cpp ../dd_sndlib/ddsoundload.cpp)
|
||
|
|
||
|
ADD_LIBRARY(dd_lnxsound STATIC ${HEADERS} ${CPPS})
|