1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-16 10:54:53 +03:00

0023957: Provide CMakeLists.txt file in root folder of OCCT

Added simple CMakeLists.txt file in the root folder, redirecting to adm/cmake
This commit is contained in:
abv 2013-05-13 07:13:23 +04:00
parent 3f4689a163
commit 166d6cd76a

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
# Short-cut to main CMake metafile located in adm/cmake
cmake_minimum_required(VERSION 2.6)
add_subdirectory(adm/cmake)