mirror of https://github.com/CGAL/cgal
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:
parent
c89d551105
commit
3e2ae550fb
|
|
@ -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)
|
||||||
Loading…
Reference in New Issue