From 166d6cd76aa63858a10bab0cfeaf3300bbdd8a4f Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 13 May 2013 07:13:23 +0400 Subject: [PATCH] 0023957: Provide CMakeLists.txt file in root folder of OCCT Added simple CMakeLists.txt file in the root folder, redirecting to adm/cmake --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000000..a0630f8abe --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +# Short-cut to main CMake metafile located in adm/cmake + +cmake_minimum_required(VERSION 2.6) + +add_subdirectory(adm/cmake) -- 2.20.1