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>
pull/2/head
aneejit1 2 years ago
parent 544d686638
commit 1e271666bd

@ -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 )

Loading…
Cancel
Save