Add CGALConfig.cmake at the root of the Git layout

That CGALConfig.cmake is a sort of alias for
lib/cmake/CGAL/CGALConfig.cmake in Installation.
This commit is contained in:
Laurent Rineau 2017-03-29 12:48:53 +02:00
parent c89d551105
commit 3e2ae550fb
1 changed files with 6 additions and 0 deletions

6
CGALConfig.cmake Normal file
View File

@ -0,0 +1,6 @@
#
# This file points to the CGALConfig.cmake for a pure header-only
# CGAL installation.
#
include(${CMAKE_CURRENT_LIST_DIR}/Installation/lib/cmake/CGAL/CGALConfig.cmake)