add_library(geo STATIC src/geo.cpp)

target_include_directories(geo PUBLIC include)

# No external dependencies — pure math
