Skip to content

Commit

Permalink
Merge pull request #2284 from joto/middle-prepare
Browse files Browse the repository at this point in the history
Middle refactor for SQL code
  • Loading branch information
lonvia authored Jan 6, 2025
2 parents 686d760 + 6259590 commit 9b568ee
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 268 deletions.
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

0 comments on commit 9b568ee

Please sign in to comment.