summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2022-05-03 12:33:34 +0000
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 15:34:15 +0200
commitb7557352a9580cad099c6df1d71d998c77f86b4b (patch)
treee952fe7beff9142007f6efdd5dafd5b5f3aad7d7
parent6c3c07ec7cb0811c9a05b759426ca7cebbb9ecbe (diff)
downloadpolkit-tqt-b7557352a9580cad099c6df1d71d998c77f86b4b.tar.gz
polkit-tqt-b7557352a9580cad099c6df1d71d998c77f86b4b.zip
Add DBUS_TQT_LIBRARY_DIRS to the link_directories
Add the library paths for the dbus-1-tqt library to the list of link_directories in the CMakeLists.txt files for the examples subdirectory to cater for the library not being in /usr. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 0ba61b9a6bba6de74357bed8e7808b7d3c8561af)
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index de312fe5b..0f626bfeb 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -22,6 +22,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)