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

SET(TOOLKIT_MODULES
	Geom
	TColGeom
	GeomAdaptor
	AdvApprox
	GeomLProp
	Adaptor3d
	LProp3d
)
SET(TOOLKIT_DEPENDS
	TKMath
	TKernel
	TKG2d
)

INCLUDE(../BuildToolkit.cmake)