mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-17 23:09:36 +08:00
19286d7cf7
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
8 lines
115 B
CMake
8 lines
115 B
CMake
project(FWOSPlugin)
|
|
|
|
set (TOOLKIT_MODULES
|
|
FWOSDriver
|
|
)
|
|
|
|
include(${OCCT_SOURCE_DIR}/adm/cmake/BuildToolkit.cmake)
|