summaryrefslogtreecommitdiff
path: root/adm/cmake/TKGeomAlgo/CMakeLists.txt
blob: 1e0de6288be919194b9b9d0ca30e280ba41ec873 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
SET(TOOLKIT TKGeomAlgo)

SET(TOOLKIT_MODULES
	Hatch
	GeomInt
	IntStart
	IntWalk
	IntImp
	IntCurveSurface
	IntSurf
	IntPatch
	Geom2dInt
	IntImpParGen
	IntRes2d
	IntCurve
	TopTrans
	Intf
	ApproxInt
	GccAna
	GccEnt
	GccInt
	GccIter
	GccGeo
	HatchGen
	Geom2dHatch
	Law
	AppBlend
	Plate
	GeomPlate
	LocalAnalysis
	GeomAPI
	GeomFill
	Geom2dAPI
	Geom2dGcc
	FairCurve
	NLPlate
	IntPolyh
	TopClass
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKG3d
	TKGeomBase
	TKMath
	TKG2d
	TKBRep
)

INCLUDE(../BuildToolkit.cmake)