mapnik/utils/ogrindex/CMakeLists.txt
2021-07-23 16:04:25 +02:00

7 lines
159 B
CMake

project(ogrindex)
add_executable(ogrindex ogrindex.cpp)
target_link_libraries(ogrindex PRIVATE mapnik::core mapnik::mapnik)
mapnik_install(TARGET ogrindex)