mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
c2b71b8147
lowercase function names, blocks indent
6 lines
101 B
CMake
6 lines
101 B
CMake
set (HEADERS )
|
|
set (CPPS
|
|
lnxcontroller.cpp
|
|
)
|
|
|
|
add_library(lnxcontroller STATIC ${HEADERS} ${CPPS}) |