summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-04-28 02:27:09 +0200
committerPetr Mrázek <peterix@gmail.com>2016-05-01 00:02:15 +0200
commite32d7238c9f76b86e2738e8cd2cfae5876cb6992 (patch)
treedcff0e4f8aa3366bb683cf89138e30e07b6483d3 /application
parent771dd6f9abe29c1d24c5ea8f0e7ca949bc24f84d (diff)
downloadMultiMC-e32d7238c9f76b86e2738e8cd2cfae5876cb6992.tar
MultiMC-e32d7238c9f76b86e2738e8cd2cfae5876cb6992.tar.gz
MultiMC-e32d7238c9f76b86e2738e8cd2cfae5876cb6992.tar.lz
MultiMC-e32d7238c9f76b86e2738e8cd2cfae5876cb6992.tar.xz
MultiMC-e32d7238c9f76b86e2738e8cd2cfae5876cb6992.zip
NOISSUE tell bundle utilities about more places where libraries hide
It was super effective.
Diffstat (limited to 'application')
-rw-r--r--application/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 ################################