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

SET(TOOLKIT_MODULES
	ShapeBuild
	ShapeExtend
	ShapeConstruct
	ShapeCustom
	ShapeAnalysis
	ShapeFix
	ShapeUpgrade
	ShapeAlgo
	ShapeProcess
	ShapeProcessAPI
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKGeomBase
	TKMath
	TKG2d
	TKG3d
	TKTopAlgo
	TKBRep
	TKGeomAlgo
)
SET(TOOLKIT_LIBS ${CSF_wsock32_LIB})

INCLUDE(../BuildToolkit.cmake)