Descent3/sndlib/CMakeLists.txt
Louis Gombert c2b71b8147 Standardize CMake formatting
lowercase function names, blocks indent
2024-04-20 14:45:49 +02:00

7 lines
131 B
CMake

set(HEADERS sndrender.h )
set(CPPS
hlsoundlib.cpp
sndrender.cpp
soundload.cpp)
add_library(sndlib STATIC ${HEADERS} ${CPPS})