mirror of https://github.com/CGAL/cgal
35 lines
1.6 KiB
CMake
35 lines
1.6 KiB
CMake
#
|
|
# This files contains definitions needed to use CGAL in a program.
|
|
# DO NOT EDIT THIS. The definitons have been generated by CMake at configuration time.
|
|
# This file is loaded by cmake via the command "find_package(CGAL)"
|
|
#
|
|
# This file correspond to a CGAL installation with "make install", thus the actual location
|
|
# must be given by the cmake or enviroment variable CGAL_DIR.
|
|
|
|
# CGAL_DIR is the directory where this CGALConfig.cmake is installed
|
|
set(CGAL_INSTALL_PREFIX "${CGAL_DIR}")
|
|
|
|
# Get the install prefix (this assumes CGALConfig is installed two levels down
|
|
get_filename_component(CGAL_INSTALL_PREFIX "${CGAL_INSTALL_PREFIX}" PATH)
|
|
get_filename_component(CGAL_INSTALL_PREFIX "${CGAL_INSTALL_PREFIX}" PATH)
|
|
|
|
set(CGAL_MAJOR_VERSION "@CGAL_MAJOR_VERSION@" )
|
|
set(CGAL_MINOR_VERSION "@CGAL_MINOR_VERSION@" )
|
|
set(CGAL_BUILD_VERSION "@CGAL_BUILD_VERSION@" )
|
|
set(CGAL_DEFINITIONS "@CGAL_DEFINITIONS@" )
|
|
set(CGAL_LIBRARIES "@CGAL_LIBRARIES@" )
|
|
|
|
set(CGAL_INCLUDE_DIRS "${CGAL_INSTALL_PREFIX}/@CGAL_INSTALL_INC_DIR@" )
|
|
set(CGAL_CMAKE_MODULE_PATH "${CGAL_INSTALL_PREFIX}/@CGAL_INSTALL_CMAKE_DIR@" )
|
|
set(CGAL_LIBRARIES_DIR "${CGAL_INSTALL_PREFIX}/@CGAL_INSTALL_LIB_DIR@" )
|
|
|
|
set(CGAL_3RD_PARTY_INCLUDE_DIRS "@CGAL_3RD_PARTY_INCLUDE_DIRS@" )
|
|
set(CGAL_3RD_PARTY_DEFINITIONS "@CGAL_3RD_PARTY_DEFINITIONS@" )
|
|
set(CGAL_3RD_PARTY_LIBRARIES_DIRS "@CGAL_3RD_PARTY_LIBRARIES_DIRS@" )
|
|
set(CGAL_3RD_PARTY_LIBRARIES "@CGAL_3RD_PARTY_LIBRARIES@" )
|
|
|
|
set(CGAL_VERSION "@CGAL_VERSION@")
|
|
|
|
set(CGAL_USE_FILE "${CGAL_CMAKE_MODULE_PATH}/UseCGAL.cmake" )
|
|
|