aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-02 14:31:08 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-02 14:31:08 +0100
commit334fe3f7cd84ba97bc096a6e3f010fbe4ce8c2f2 (patch)
treef0647d9d60fa81dd9cba6e7ccdbd3f5547be63e3
parent5eeb49c31edaef30ea32d4fd3cce35087316ed12 (diff)
downloadYAGE-334fe3f7cd84ba97bc096a6e3f010fbe4ce8c2f2.tar.gz
YAGE-334fe3f7cd84ba97bc096a6e3f010fbe4ce8c2f2.zip
Adding cmakelist with correct directory
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fb56fca..5e55c01d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ option(YAGE_BUILD_EXAMPLES "Build example executables" OFF)
set(CMAKE_CXX_STANDARD 14)
# find other libraries from source
-set(EXTERNAL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external)
+set(EXTERNAL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")