1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-09 04:02:51 +02:00
mapnik/utils/ogrindex/CMakeLists.txt
2022-12-09 14:48:52 +01:00

8 lines
260 B
CMake

add_executable(ogrindex ogrindex.cpp)
target_link_libraries(ogrindex PRIVATE
mapnik::mapnik
ICU::data ICU::i18n ICU::uc # needed for the static build (TODO: why isn't this correctly propagated from mapnik::mapnik?)
)
mapnik_install_utility(ogrindex)