Add lib directory to

master
Melroy van den Berg 2022-02-23 00:50:04 +01:00
parent f0a46051ea
commit 8d2d4a7aaf
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 2 additions and 2 deletions

View File

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