Subversion Repositories gelsvn

Rev

Rev 390 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 390 Rev 393
1
# Tell the user project where to find GEL's header and libraries
1
# Tell the user project where to find GEL's header and libraries
2
SET(GEL_INCLUDE_DIRS
2
SET(GEL_INCLUDE_DIRS
3
  "@GEL_SOURCE_DIR@/src"
3
  "@GEL_SOURCE_DIR@/src"
4
  )
4
  )
5
 
5
 
6
SET(GEL_LIBRARY_DIRS
6
SET(GEL_LIBRARY_DIRS
7
  "@GEL_BINARY_DIR@/lib"
7
  "@GEL_BINARY_DIR@/lib"
8
  )
8
  )
9
 
9
 
10
# Tell the user project where to find GEL's build settings
10
# Tell the user project where to find GEL's build settings
11
# and library dependencies
11
# and library dependencies
12
SET(GEL_BUILD_SETTINGS_FILE
12
SET(GEL_BUILD_SETTINGS_FILE
13
  "@GEL_BINARY_DIR@/GELBuildSettings.cmake"
13
  "@GEL_BINARY_DIR@/GELBuildSettings.cmake"
14
  )
14
  )
15
 
15
 
16
INCLUDE(  
16
INCLUDE(  
17
  "@GEL_BINARY_DIR@/GELLibraryDepends.cmake"
17
  "@GEL_BINARY_DIR@/GELLibraryDepends.cmake"
18
  )
18
  )
19
 
19
 
20
# Tell the user project where to find the use file
20
# Tell the user project where to find the use file
21
# this file uses the above settings to configure the user project
21
# this file uses the above settings to configure the user project
22
SET(GEL_USE_FILE
22
SET(GEL_USE_FILE
23
  "@GEL_BINARY_DIR@/GELUse.cmake"
23
  "@GEL_BINARY_DIR@/GELUse.cmake"
24
  )
24
  )
25
 
25