mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 20:00:07 -04:00
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
6 lines
83 B
CMake
6 lines
83 B
CMake
set(HEADERS)
|
|
set(CPPS
|
|
module.cpp)
|
|
|
|
add_library(module STATIC ${HEADERS} ${CPPS})
|