summaryrefslogtreecommitdiff
path: root/adm/cmake/TKFeat/CMakeLists.txt
blob: 3fa701a05803c368efbcfc169e47088f7918bf7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SET(TOOLKIT TKFeat)

SET(TOOLKIT_MODULES
	LocOpe
	BRepFeat
)
SET(TOOLKIT_DEPENDS
	TKGeomAlgo
	TKernel
	TKBool
	TKG3d
	TKMath
	TKBO
	TKG2d
	TKTopAlgo
	TKGeomBase
	TKBRep
	TKPrim
)

INCLUDE(../BuildToolkit.cmake)