mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
- samples/tools/TStandalone is removed, to build Inspector out of OCCT, CMake should use tools/CMakeLists.txt fileName - samples/tools/TInspectorEXE is moved to tools/TInspectorEXE - TInspectorAPI_Version.hxx provides compilation inspector with earlier version of OCCT.
6 lines
187 B
CMake
6 lines
187 B
CMake
if ("${TARGET_FOLDER}" STREQUAL "")
|
|
set (CMAKE_SOURCE_DIR "${CMAKE_SOURCE_DIR}/..")
|
|
endif("${TARGET_FOLDER}" STREQUAL "")
|
|
|
|
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit_prepare_tool)
|