File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ IF(WITH_APIDOC)
53
53
SET (DOXYGEN_INPUT
54
54
${CMAKE_SOURCE_DIR} /doc
55
55
${CMAKE_SOURCE_DIR} /src/core
56
+ ${CMAKE_SOURCE_DIR} /src/core/3d
56
57
${CMAKE_SOURCE_DIR} /src/core/annotations
57
58
${CMAKE_SOURCE_DIR} /src/core/auth
58
59
${CMAKE_SOURCE_DIR} /src/core/composer
@@ -91,6 +92,10 @@ IF(WITH_APIDOC)
91
92
${CMAKE_SOURCE_DIR} /src/analysis/openstreetmap
92
93
${CMAKE_SOURCE_DIR} /src/analysis/raster
93
94
${CMAKE_SOURCE_DIR} /src/analysis/vector
95
+ ${CMAKE_SOURCE_DIR} /src/3d
96
+ ${CMAKE_SOURCE_DIR} /src/3d/chunks
97
+ ${CMAKE_SOURCE_DIR} /src/3d/symbols
98
+ ${CMAKE_SOURCE_DIR} /src/3d/terrain
94
99
${CMAKE_SOURCE_DIR} /src/plugins
95
100
)
96
101
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ for f in $FILES; do
36
36
37
37
echo " Checking $f " >> /tmp/ctest-important.log
38
38
case " $f " in
39
- src/core/gps/qextserialport/* |src/plugins/globe/osgEarthQt/* |src/plugins/globe/osgEarthUtil/* |scripts/customwidget_template* )
39
+ src/core/gps/qextserialport/* |src/plugins/globe/osgEarthQt/* |src/plugins/globe/osgEarthUtil/* |src/3d/poly2tri/ * | scripts/customwidget_template* )
40
40
echo " $f skipped"
41
41
continue
42
42
;;
You can’t perform that action at this time.
0 commit comments