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

11 lines
No EOL
247 B
CMake

add_executable(mapnik-render mapnik-render.cpp)
target_link_libraries(mapnik-render PRIVATE
mapnik::headers
mapnik::mapnik
Boost::program_options
)
install(TARGETS mapnik-render
EXPORT MapnikTargets
RUNTIME DESTINATION bin
)