From ea78d461a27687ad27b037698436c4ecd7ee8136 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 21 Feb 2019 10:43:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=203rdparty=20=D0=B2?= =?UTF-8?q?=20thirdparty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- {3rdparty => thirdparty}/libcmext/CMakeLists.txt | 0 {3rdparty => thirdparty}/libcmext/cmext.cpp | 0 {3rdparty => thirdparty}/libcmext/cmext.hpp | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {3rdparty => thirdparty}/libcmext/CMakeLists.txt (100%) rename {3rdparty => thirdparty}/libcmext/cmext.cpp (100%) rename {3rdparty => thirdparty}/libcmext/cmext.hpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fb12ef..bc3c785 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ include(ExternalProject) ExternalProject_Add(cmext EXCLUDE_FROM_ALL TRUE - SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/libcmext + SOURCE_DIR ${CMAKE_SOURCE_DIR}/thirdparty/libcmext INSTALL_DIR ${CMAKE_BINARY_DIR} DOWNLOAD_COMMAND "" BUILD_BYPRODUCTS /lib/libcmext.a diff --git a/3rdparty/libcmext/CMakeLists.txt b/thirdparty/libcmext/CMakeLists.txt similarity index 100% rename from 3rdparty/libcmext/CMakeLists.txt rename to thirdparty/libcmext/CMakeLists.txt diff --git a/3rdparty/libcmext/cmext.cpp b/thirdparty/libcmext/cmext.cpp similarity index 100% rename from 3rdparty/libcmext/cmext.cpp rename to thirdparty/libcmext/cmext.cpp diff --git a/3rdparty/libcmext/cmext.hpp b/thirdparty/libcmext/cmext.hpp similarity index 100% rename from 3rdparty/libcmext/cmext.hpp rename to thirdparty/libcmext/cmext.hpp