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