diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-05-03 14:35:08 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2022-05-03 14:35:08 +0000 |
commit | 1e271666bdc5347802e8c47d7c0eca42b36bcfe0 (patch) | |
tree | 6a941614c6a7ff00c839b2625cd09573e32dc989 | |
parent | 544d6866382d5654a7009a00af455a505599f4c3 (diff) | |
download | keximdb-1e271666bdc5347802e8c47d7c0eca42b36bcfe0.tar.gz keximdb-1e271666bdc5347802e8c47d7c0eca42b36bcfe0.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>
-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 ) |