mapnik/utils/mapnik-render/CMakeLists.txt
Mathis Logemann d86a90a10a more cmake
2020-11-20 21:15:27 +01:00

7 lines
No EOL
193 B
CMake

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