9 lines
No EOL
203 B
CMake
9 lines
No EOL
203 B
CMake
add_executable(shapeindex
|
|
shapeindex.cpp
|
|
)
|
|
|
|
target_link_libraries(shapeindex PRIVATE mapnik::headers mapnik::mapnik)
|
|
install(TARGETS shapeindex
|
|
EXPORT MapnikTargets
|
|
RUNTIME DESTINATION bin
|
|
) |