From 80b28e7d49d98a990e4d56bba4eb2e4a1bca1a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 1 May 2016 02:02:50 +0200 Subject: NOISSUE add nbt lib to bundle utilities search path --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/CMakeLists.txt') 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 ################################ -- cgit v1.2.3