1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tools/adm/cmake/occt_toolkit_prepare_tool.cmake
nds ae5225dfcd 0029684: Configuration: modification of build Inspector tool standalone on occt
- 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.
2018-04-12 12:49:07 +03:00

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)