summaryrefslogtreecommitdiff
path: root/GUDHIConfig.cmake.in
blob: 8d82f235f6d2395f9ae139d9ea2465f6750089b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# - Config file for the GUDHI package
# It defines the following variables
#  GUDHI_INCLUDE_DIRS - include directories for GUDHI
#
# Order is :
# 1. user defined GUDHI_INCLUDE_DIRS
# 2. ${CMAKE_SOURCE_DIR}/include     => Where the 'cmake' has been done
# 3. ${CMAKE_INSTALL_PREFIX}/include => Where the 'make install' has been performed

# Compute paths
set(GUDHI_INCLUDE_DIRS "${GUDHI_INCLUDE_DIRS};@CONF_INCLUDE_DIRS@")