mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
c2b71b8147
lowercase function names, blocks indent
7 lines
160 B
CMake
7 lines
160 B
CMake
set(HEADERS )
|
|
set(CPPS
|
|
osfarchive.cpp
|
|
streamaudio.cpp)
|
|
|
|
add_library(stream_audio STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(stream_audio libacm) |