diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-05-03 14:35:08 +0000 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 16:45:58 +0200 |
commit | e89648d8d7191dfeeb11ffb3266fd72eea4e8d16 (patch) | |
tree | 3da9f8c6a1bcf3a72fbfeba79a3bf78eefe8248a | |
parent | 6e65fe8818006ecfb1d0abfd21beb03a1170999a (diff) | |
download | keximdb-e89648d8d7191dfeeb11ffb3266fd72eea4e8d16.tar.gz keximdb-e89648d8d7191dfeeb11ffb3266fd72eea4e8d16.zip |
Add GLIB2_LIBRARY_DIRS to the link_directories
Add the library paths for the glib libraries to the list of
link_directories in keximdb/src/keximdb/CMakeLists.txt to
cater for when the libraries are not in /usr.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 1e271666bdc5347802e8c47d7c0eca42b36bcfe0)
-rw-r--r-- | keximdb/src/keximdb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keximdb/src/keximdb/CMakeLists.txt b/keximdb/src/keximdb/CMakeLists.txt index a23134e..582c67b 100644 --- a/keximdb/src/keximdb/CMakeLists.txt +++ b/keximdb/src/keximdb/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} + ${GLIB2_LIBRARY_DIRS} ) add_definitions( -DMDB_NO_BACKENDS=1 -DMDB_NO_STATS=1 ) |