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

SET(TOOLKIT_MODULES
	TestTopOpeDraw
	TestTopOpeTools
	TestTopOpe
	BRepTest
	GeometryTest
	HLRTest
	MeshTest
	GeomliteTest
	DrawFairCurve
	BOPTest
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKBool
	TKGeomAlgo
	TKMesh
	TKG3d
	TKGeomBase
	TKFeat
	TKTopAlgo
	TKBO
	TKMath
	TKG2d
	TKOffset
	TKService
	TKV3d
	TKHLR
	TKBRep
	TKFillet
	TKDraw
	TKPrim
	TKV2d
)

SET(TOOLKIT_IS_PRIVATE TRUE)

INCLUDE(../BuildToolkit.cmake)