7 lines
146 B
CMake
7 lines
146 B
CMake
project(ogrindex)
|
|
|
|
add_executable(ogrindex ogrindex.cpp)
|
|
|
|
target_link_libraries(ogrindex PRIVATE mapnik::mapnik)
|
|
|
|
mapnik_install(TARGET ogrindex)
|