Descent3/sndlib/CMakeLists.txt

7 lines
133 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS sndrender.h )
SET (CPPS
hlsoundlib.cpp
sndrender.cpp
soundload.cpp)
ADD_LIBRARY(sndlib STATIC ${HEADERS} ${CPPS})