1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026529: CMake offers rebuilding of platform dependent code unclear for an user

Fix for building with GCC and CLang

CMake variable descriptions updated
"Building with CMake" article updated

BuildToolkit.cmake cleaned up and renamed
"TestCases" project and all relating variables removed; custom script added for building environment
DrawAppliInit is copied from occt root to CMake binary dir if the file exists

rebuild platform dependent code by cmake cleaned up
Flex & Bison compiler flags added

RelWithDebInfo OCCT libraries are moved to libi folder; the binary is moved to bini one

CMAKE_BUILD_TYPE is set as Release by-default for a single-configuration generator

env.bat in installation folder has default value of CASDEB that equals to the build type of the last installed OCCT libraries

"building with CMake" article updated
This commit is contained in:
ibs
2015-08-20 16:24:50 +03:00
committed by ski
parent d1a67b9d1b
commit 316d77d981
86 changed files with 659 additions and 489 deletions

View File

@@ -7,4 +7,4 @@ set (TOOLKIT_MODULES
BiTgte
)
include(${OCCT_SOURCE_DIR}/adm/cmake/BuildToolkit.cmake)
include(${OCCT_SOURCE_DIR}/adm/cmake/occt_toolkit.cmake)