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