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 <aneejit1@gmail.com>
pull/5/head
aneejit1 2 years ago
parent 9df4fd95ec
commit a310a83ba1

@ -9,6 +9,10 @@ include_directories(
${LIBXAW7_INCLUDE_DIRS}
)
link_directories(
${LIBXAW7_LIBRARY_DIRS}
)
##### kaffeineplugin (module)

Loading…
Cancel
Save