Handle non-default example directories

while making sure that this is agnostic to the file layout
This commit is contained in:
Philipp Möller 2015-12-08 15:58:45 +01:00
parent c5d3cdb20e
commit 4f553891fd
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - CGAL Ipelets"
EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/CGAL_ipelets/demo
EXAMPLE_PATH += ${CGAL_PACKAGE_DIR}/demo

View File

@ -1,5 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Geomview"
EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Geomview/demo
EXAMPLE_PATH = ${CGAL_PACKAGE_DIR}/demo