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

SET(TOOLKIT_MODULES
	V2d
	Graphic2d
	Select2D
	Prs2d
	AIS2D
	GGraphic2d
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKService
	TKG2d
	TKG3d
	TKTopAlgo
	TKMath
	TKBRep
	TKGeomBase
	TKHLR
	TKGeomAlgo
)

INCLUDE(../BuildToolkit.cmake)