Descent3/vecmat/CMakeLists.txt
Azamat H. Hackimov 59487976f6 Isolate misc module
Isolate misc module for better dependency handling.
2024-06-27 01:26:35 +03:00

10 lines
135 B
CMake

set(HEADERS)
set(CPPS
vector.cpp)
add_library(vecmat STATIC ${HEADERS} ${CPPS})
target_link_libraries(vecmat PRIVATE
fix
misc
)