6 lines
126 B
CMake
6 lines
126 B
CMake
add_library(geo STATIC src/geo.cpp)
|
|
|
|
target_include_directories(geo PUBLIC include)
|
|
|
|
# No external dependencies — pure math
|