mapnik/utils/ogrindex/CMakeLists.txt

8 lines
146 B
Text
Raw Normal View History

2020-11-22 22:01:33 +01:00
project(ogrindex)
2020-11-20 21:15:27 +01:00
add_executable(ogrindex ogrindex.cpp)
target_link_libraries(ogrindex PRIVATE mapnik::mapnik)
2020-11-21 12:24:34 +01:00
2021-07-23 16:04:25 +02:00
mapnik_install(TARGET ogrindex)