mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 11:00:04 -04:00
6 lines
138 B
CMake
6 lines
138 B
CMake
SET (HEADERS )
|
|
SET (CPPS
|
|
encoder.cpp)
|
|
|
|
ADD_LIBRARY(AudioEncode STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(AudioEncode libacm) |