mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
6 lines
121 B
CMake
6 lines
121 B
CMake
SET (HEADERS )
|
|
SET (CPPS
|
|
d3movie.cpp)
|
|
|
|
ADD_LIBRARY(movie STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(movie libmve) |