blob: ee97f6ddd27153465347ee5c55c87cd8e8460ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SET(TOOLKIT TKSTEPAttr)
SET(TOOLKIT_MODULES
StepVisual
RWStepVisual
StepDimTol
RWStepDimTol
)
SET(TOOLKIT_DEPENDS
TKSTEPBase
TKernel
TKXSBase
)
INCLUDE(../BuildToolkit.cmake)
|