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