mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
All CMake meta-projects for OCCT are put to OCCT code (including fragments previously generated by WOK). "/bigobj" compiler flag added to TKQADraw because of the size of its object file [GeomToStep & Graphic3d] private headers are included from current dir of including source file
13 lines
159 B
CMake
13 lines
159 B
CMake
project(TKBO)
|
|
|
|
set (TOOLKIT_MODULES
|
|
IntTools
|
|
BRepAlgoAPI
|
|
BOPCol
|
|
BOPDS
|
|
BOPAlgo
|
|
BOPTools
|
|
)
|
|
|
|
include(${OCCT_SOURCE_DIR}/adm/cmake/BuildToolkit.cmake)
|