mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
0025114: CMake-based build tools for OCCT 7.0
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
This commit is contained in:
24
src/TKMath/CMakeLists.txt
Normal file
24
src/TKMath/CMakeLists.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
project(TKMath)
|
||||
|
||||
set (TOOLKIT_MODULES
|
||||
math
|
||||
ElCLib
|
||||
ElSLib
|
||||
BSplCLib
|
||||
BSplSLib
|
||||
PLib
|
||||
Precision
|
||||
GeomAbs
|
||||
Poly
|
||||
CSLib
|
||||
Convert
|
||||
Bnd
|
||||
BVH
|
||||
gp
|
||||
TColgp
|
||||
TopLoc
|
||||
Expr
|
||||
ExprIntrp
|
||||
)
|
||||
|
||||
include(${OCCT_SOURCE_DIR}/adm/cmake/BuildToolkit.cmake)
|
||||
Reference in New Issue
Block a user