summaryrefslogtreecommitdiff
path: root/adm/cmake/TKSTEP209/CMakeLists.txt
blob: 541db5b0c87d162204a2ac7866af66bf5fa816cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SET(TOOLKIT TKSTEP209)

SET(TOOLKIT_MODULES
	StepElement
	StepFEA
	RWStepElement
	RWStepFEA
)
SET(TOOLKIT_DEPENDS
	TKSTEPBase
	TKernel
	TKXSBase
)

INCLUDE(../BuildToolkit.cmake)