Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middle refactor for SQL code #2284

Merged
merged 9 commits into from
Jan 6, 2025
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
@@ -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
Loading