From e32d7238c9f76b86e2738e8cd2cfae5876cb6992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 28 Apr 2016 02:27:09 +0200 Subject: NOISSUE tell bundle utilities about more places where libraries hide It was super effective. --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 15934e3e..6a3a6970 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -73,7 +73,7 @@ elseif(WIN32) endif() # directories to look for dependencies -set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) +set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${CMAKE_BINARY_DIR}/api/gui ${CMAKE_BINARY_DIR}/api/logic ${CMAKE_BINARY_DIR}/libraries/rainbow) ################################ FILES ################################ -- cgit v1.2.3