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