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