mapnik/utils/ogrindex/CMakeLists.txt

8 lines
159 B
Text
Raw Normal View History

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