Skip to content

Commit

Permalink
Add CGALConfig.cmake at the root of the Git layout
Browse files Browse the repository at this point in the history
That CGALConfig.cmake is a sort of alias for
lib/cmake/CGAL/CGALConfig.cmake in Installation.
  • Loading branch information
lrineau committed Mar 29, 2017
1 parent c89d551 commit 3e2ae55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CGALConfig.cmake
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 3e2ae55

Please sign in to comment.