mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
7 lines
162 B
CMake
7 lines
162 B
CMake
SET (HEADERS )
|
|
SET (CPPS
|
|
osfarchive.cpp
|
|
streamaudio.cpp)
|
|
|
|
ADD_LIBRARY(stream_audio STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(stream_audio libacm) |