mapnik/utils/ogrindex/CMakeLists.txt

8 lines
139 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-09-22 19:52:39 +02:00
mapnik_install(ogrindex)