Also modified Installation/CMakeLists.txt to push the version number variable to the parent level so that it can be accessed by the documentation
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
|
|
|
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Spherical Geometry Kernel"
|
|
|
|
|
|
INPUT = ${CMAKE_SOURCE_DIR}/Circular_kernel_3/doc/Circular_kernel_3/
|
|
|
|
|
|
|
|
SORT_GROUP_NAMES = true
|
|
|
|
|
|
|