mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
5 lines
92 B
CMake
5 lines
92 B
CMake
SET (HEADERS )
|
|
SET (CPPS
|
|
video_lnx.cpp)
|
|
|
|
ADD_LIBRARY(ddvid_lnx STATIC ${HEADERS} ${CPPS}) |