From 8d2d4a7aaf4a66357ea6ce8e3771f15d7d83e271 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 23 Feb 2022 00:50:04 +0100 Subject: [PATCH] Add lib directory to --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cb29362..73398ea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -182,8 +182,8 @@ if(NOT UNITTEST) # APPS might be a symbolic link which does not work with fixup_bundle # expand APPS to a real path get_filename_component(APPS_EXPANDED ${APPS} REALPATH) - # Directories to look for dependencies - set(DIRS "${CMAKE_BINARY_DIR}") + # Directories to look for dependencies (libs) + list(APPEND DIRS "${LIBDIR}") message(STATUS "APPS: ${APPS_EXPANDED}") message(STATUS "DIRS: ${DIRS}") install(CODE "