Subversion Repositories gelsvn

Rev

Rev 385 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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