7 lines
No EOL
193 B
CMake
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
|
|
) |