Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,7 @@ else()
src/gen/gen-tile-sql.cpp
src/gen/gen-tile-vector.cpp
src/gen/gen-tile.cpp
src/gen/params.cpp
src/gen/raster.cpp
src/gen/template.cpp
src/gen/tracer.cpp)
target_link_libraries(osm2pgsql-gen osm2pgsql_lib ${LIBS} ${POTRACE_LIBRARY} ${OpenCV_LIBS})
endif()
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ target_sources(osm2pgsql_lib PRIVATE
output-null.cpp
output-pgsql.cpp
output.cpp
params.cpp
pgsql-capabilities.cpp
pgsql-helper.cpp
pgsql.cpp
Expand All @@ -58,6 +59,7 @@ target_sources(osm2pgsql_lib PRIVATE
tagtransform-c.cpp
tagtransform-lua.cpp
tagtransform.cpp
template.cpp
thread-pool.cpp
tile.cpp
util.cpp
Expand Down
Loading
Loading