Descent3/vecmat/CMakeLists.txt

5 lines
85 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
vector.cpp)
ADD_LIBRARY(vecmat STATIC ${HEADERS} ${CPPS})