Descent3/ddvid_lnx/CMakeLists.txt
2024-04-15 21:43:29 -06:00

5 lines
92 B
CMake

SET (HEADERS )
SET (CPPS
video_lnx.cpp)
ADD_LIBRARY(ddvid_lnx STATIC ${HEADERS} ${CPPS})