add_library(grid STATIC src/grid.cpp)

target_include_directories(grid PUBLIC include)

# Depends on geo (math) and gadm_reader (Feature type)
target_link_libraries(grid PUBLIC geo gadm_reader)
