From a310a83ba1fc74ac49993537a91672b1a6fd67f0 Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Tue, 3 May 2022 22:21:07 +0000 Subject: [PATCH] Add LIBXAW7_LIBRARY_DIRS to the link_directories Add the library paths for the xaw7 library to the list of link_directories in src/CMakeLists.txt to cater for when the library is not in /usr. Signed-off-by: aneejit1 --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9061415..3d5179d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,10 @@ include_directories( ${LIBXAW7_INCLUDE_DIRS} ) +link_directories( + ${LIBXAW7_LIBRARY_DIRS} +) + ##### kaffeineplugin (module)