mirror of
https://github.com/mapnik/mapnik.git
synced 2025-09-14 03:02:49 +02:00
9 lines
225 B
CMake
9 lines
225 B
CMake
add_executable(ogrindex ogrindex.cpp)
|
|
|
|
target_link_libraries(ogrindex PRIVATE mapnik::mapnik)
|
|
|
|
set_target_properties(ogrindex PROPERTIES
|
|
RUNTIME_OUTPUT_DIRECTORY "${MAPNIK_OUTPUT_DIR}"
|
|
)
|
|
|
|
mapnik_install_utility(ogrindex)
|