summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-05-01 02:02:50 +0200
committerPetr Mrázek <peterix@gmail.com>2016-05-01 02:05:21 +0200
commit80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94 (patch)
tree586b0deb02b2cead3d5ee995560ce0045858007c /application
parent16650790d0134347e9cd1c0b45abeba331061322 (diff)
downloadMultiMC-80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94.tar
MultiMC-80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94.tar.gz
MultiMC-80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94.tar.lz
MultiMC-80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94.tar.xz
MultiMC-80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94.zip
NOISSUE add nbt lib to bundle utilities search path
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 6a3a6970..51ebce84 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} ${CMAKE_BINARY_DIR}/api/gui ${CMAKE_BINARY_DIR}/api/logic ${CMAKE_BINARY_DIR}/libraries/rainbow)
+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 ${CMAKE_BINARY_DIR}/libraries/libnbtplusplus)
################################ FILES ################################