Skip to content

Commit bce1e72

Browse files
committed
Remove hpp files from CMake config as source files
Every documentation I have found of CMake only put .cpp files in this place. They might have been added for some kind of dependency management reason, but cmake doesn't even do that, that's done by "make". So I believe they are not necessary and only clutter up the config.
1 parent b8af2b2 commit bce1e72

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
set(osm2pgsql_lib_SOURCES
3-
dependency-manager.cpp
43
db-copy.cpp
4+
dependency-manager.cpp
55
expire-tiles.cpp
66
gazetteer-style.cpp
77
geometry-processor.cpp
@@ -32,42 +32,6 @@ set(osm2pgsql_lib_SOURCES
3232
tagtransform.cpp
3333
util.cpp
3434
wildcmp.cpp
35-
dependency-manager.hpp
36-
db-copy.hpp
37-
expire-tiles.hpp
38-
gazetteer-style.hpp
39-
geometry-processor.hpp
40-
id-tracker.hpp
41-
input-handler.hpp
42-
middle-pgsql.hpp
43-
middle-ram.hpp
44-
middle.hpp
45-
node-persistent-cache.hpp
46-
node-ram-cache.hpp
47-
options.hpp
48-
osmdata.hpp
49-
osmium-builder.hpp
50-
osmtypes.hpp
51-
output-gazetteer.hpp
52-
output-multi.hpp
53-
output-null.hpp
54-
output-pgsql.hpp
55-
output.hpp
56-
pgsql.hpp
57-
processor-line.hpp
58-
processor-point.hpp
59-
processor-polygon.hpp
60-
progress-display.hpp
61-
reprojection.hpp
62-
sprompt.hpp
63-
table.hpp
64-
taginfo-impl.hpp
65-
taginfo.hpp
66-
tagtransform.hpp
67-
thread-pool.hpp
68-
util.hpp
69-
wildcmp.hpp
70-
wkb.hpp
7135
)
7236

7337
if (LUA_FOUND OR LUAJIT_FOUND)

0 commit comments

Comments
 (0)