blob: 95c65e3dcaf5de1d6fb793bcaf0ab3e3959feb28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
SET(TOOLKIT TKSTEP)
SET(TOOLKIT_MODULES
StepAP214
RWStepAP214
StepAP203
RWStepAP203
STEPConstruct
STEPEdit
GeomToStep
StepToGeom
StepToTopoDS
TopoDSToStep
STEPControl
STEPSelections
StepAP209
)
SET(TOOLKIT_DEPENDS
TKernel
TKXSBase
TKSTEPBase
TKSTEPAttr
TKMath
TKG3d
TKG2d
TKShHealing
TKSTEP209
TKGeomBase
TKBRep
TKTopAlgo
TKGeomAlgo
)
SET(TOOLKIT_LIBS ${CSF_wsock32_LIB})
INCLUDE(../BuildToolkit.cmake)
|