mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
5 lines
165 B
CMake
5 lines
165 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})
|