Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
385 |
jab |
1 |
#import GEL's build settings
|
|
|
2 |
INCLUDE(CMakeImportBuildSettings)
|
|
|
3 |
|
|
|
4 |
CMAKE_IMPORT_BUILD_SETTINGS(${GEL_BUILD_SETTINGS_FILE})
|
|
|
5 |
|
|
|
6 |
# Tell the compiler where to find GEL's header files
|
|
|
7 |
INCLUDE_DIRECTORIES(${GEL_INCLUDE_DIRS})
|
|
|
8 |
|
|
|
9 |
# Tell the linker where to find GEL's librarires
|
|
|
10 |
LINK_DIRECTORIES(${GEL_LIBRARY_DIRS})
|