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

SET(TOOLKIT_MODULES
	V3d
	Graphic3d
	Visual3d
	Select3D
	Prs3d
	StdPrs
	SelectMgr
	PrsMgr
	AIS
	DsgPrs
	StdSelect
)
SET(TOOLKIT_DEPENDS
	TKernel
	TKG3d
	TKTopAlgo
	TKGeomBase
	TKService
	TKMath
	TKMesh
	TKGeomAlgo
	TKHLR
	TKBRep
	TKG2d
	TKV2d
)
SET(TOOLKIT_LIBS ${CSF_user32_LIB} ${CSF_gdi32_LIB})

INCLUDE(../BuildToolkit.cmake)