10 lines
No EOL
218 B
CMake
10 lines
No EOL
218 B
CMake
add_executable(pgsql2sqlite
|
|
main.cpp
|
|
sqlite.cpp
|
|
)
|
|
|
|
target_link_libraries(pgsql2sqlite PRIVATE mapnik::headers mapnik::mapnik)
|
|
install(TARGETS pgsql2sqlite
|
|
EXPORT MapnikTargets
|
|
RUNTIME DESTINATION bin
|
|
) |