summaryrefslogtreecommitdiff
path: root/adm/cmake/TKXSBase/CMakeLists.txt
blob: 3f20b2322bfb39658f883e1c5ca5b77a99c666e1 (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
SET(TOOLKIT TKXSBase)

SET(TOOLKIT_MODULES
	Interface
	Transfer
	IFGraph
	IFSelect
	TransferBRep
	XSControl
	StepData
	StepFile
	HeaderSection
	RWHeaderSection
	APIHeaderSection
	StepSelect
	UnitsMethods
	XSAlgo
	LibCtl
	MoniTool
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKMath
	TKG2d
	TKG3d
	TKShHealing
	TKBRep
	TKGeomBase
	TKTopAlgo
)

INCLUDE(../BuildToolkit.cmake)