From: abv Date: Mon, 13 May 2013 03:13:23 +0000 (+0400) Subject: 0023957: Provide CMakeLists.txt file in root folder of OCCT X-Git-Tag: V6_7_0_beta~227 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=166d6cd76aa63858a10bab0cfeaf3300bbdd8a4f;p=occt-copy.git 0023957: Provide CMakeLists.txt file in root folder of OCCT Added simple CMakeLists.txt file in the root folder, redirecting to adm/cmake --- 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)