mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
7 lines
131 B
CMake
7 lines
131 B
CMake
set(HEADERS sndrender.h )
|
|
set(CPPS
|
|
hlsoundlib.cpp
|
|
sndrender.cpp
|
|
soundload.cpp)
|
|
|
|
add_library(sndlib STATIC ${HEADERS} ${CPPS}) |