mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
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.
This commit is contained in:
5
tools/adm/cmake/occt_toolkit_prepare_tool.cmake
Normal file
5
tools/adm/cmake/occt_toolkit_prepare_tool.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
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)
|
Reference in New Issue
Block a user