mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +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})
|