Skip to content

Commit 52272ca

Browse files
authored
Merge pull request #1982 from joto/command-line-parser
Split command line parser code from options
2 parents 47627ee + 53a143d commit 52272ca

13 files changed

+237
-210
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_library(osm2pgsql_lib STATIC)
66
target_compile_features(osm2pgsql_lib PUBLIC cxx_std_17)
77

88
target_sources(osm2pgsql_lib PRIVATE
9+
command-line-parser.cpp
910
db-copy.cpp
1011
debug-output.cpp
1112
dependency-manager.cpp
@@ -24,7 +25,6 @@ target_sources(osm2pgsql_lib PRIVATE
2425
middle-ram.cpp
2526
node-locations.cpp
2627
node-persistent-cache.cpp
27-
options.cpp
2828
ordered-index.cpp
2929
osmdata.cpp
3030
output-gazetteer.cpp

0 commit comments

Comments
 (0)