mapnik/utils/shapeindex/CMakeLists.txt
Mathis Logemann 6254f7c09e more cmake
2020-11-21 11:34:45 +01:00

9 lines
No EOL
203 B
CMake

add_executable(shapeindex
shapeindex.cpp
)
target_link_libraries(shapeindex PRIVATE mapnik::headers mapnik::mapnik)
install(TARGETS shapeindex
EXPORT MapnikTargets
RUNTIME DESTINATION bin
)