Skip to content

Commit f44b870

Browse files
authored
Merge pull request #1240 from joto/remove-hpp-files-from-cmakelists
Remove hpp files from CMake config as source files
2 parents b8af2b2 + bce1e72 commit f44b870

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)