Descent3/movie/CMakeLists.txt

6 lines
121 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
d3movie.cpp)
ADD_LIBRARY(movie STATIC ${HEADERS} ${CPPS})
target_link_libraries(movie libmve)