mirror of https://github.com/CGAL/cgal
Clean up the files we use as examples
This commit is contained in:
parent
0ce8f84c61
commit
f118e7c6eb
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Fast Intersection and Distance Computation (AABB Tree)"
|
||||
|
||||
|
||||
INPUT = ${CMAKE_SOURCE_DIR}/AABB_tree/doc/AABB_tree/ \
|
||||
${CMAKE_SOURCE_DIR}/AABB_tree/include
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
Manual
|
||||
Kernel_23
|
||||
STL_Extension
|
||||
Algebraic_foundations
|
||||
Circulator
|
||||
Stream_support
|
||||
Box_intersection_d
|
||||
Polyhedron
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
||||
|
||||
INPUT = @{CMAKE_SOURCE_DIR}/AABB_tree/doc/AABB_tree/ \
|
||||
@{CMAKE_SOURCE_DIR}/AABB_tree/include
|
||||
|
||||
EXTRACT_ALL = false
|
||||
|
||||
HIDE_UNDOC_MEMBERS = true
|
||||
|
||||
HIDE_UNDOC_CLASSES = true
|
||||
|
||||
|
|
@ -1,13 +1,5 @@
|
|||
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
||||
|
||||
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Triangulation Data Structure"
|
||||
|
||||
|
||||
INPUT = ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/TDS_2/
|
||||
|
||||
|
||||
|
||||
IMAGE_PATH += ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/Triangulation_2/fig
|
||||
|
||||
|
||||
|
||||
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Triangulation Data Structure"
|
||||
INPUT = ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/TDS_2/
|
||||
IMAGE_PATH += ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/Triangulation_2/fig
|
||||
|
|
|
|||
Loading…
Reference in New Issue