-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathCMake.vars.example.Linux
More file actions
18 lines (14 loc) · 975 Bytes
/
CMake.vars.example.Linux
File metadata and controls
18 lines (14 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LINUX
#####
#####
# ! # IMPORTANT: If you obtained the hermes library as a debian package,
##### please see the package information how to adjust this file
##### (as you may not have hermes git repository, or have it differently configured than the package,
##### HERMES_CMAKE_VARS_FILE_LOCATION variable has no meaning for you and we have to deal with that.
#####
# Hermes library installation directory (corresponds to CMAKE_INSTALL_PREFIX in the hermes CMake configuration + the library subdirectory)
set(HERMES_DIRECTORY "/usr/local/lib")
# Hermes headers installation directory (corresponds to CMAKE_INSTALL_PREFIX in the hermes CMake configuration + the headers subdirectory)
set(HERMES_INCLUDE_PATH "/usr/local/include")
# Hermes CMake.vars with installation configuration - if you installed Hermes and you did not use a CMake.vars file at all, default values are used and the following is ignored.
set(HERMES_CMAKE_VARS_FILE_LOCATION "~/hermes/CMake.vars")