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

SET(TOOLKIT_MODULES
	StlMesh
	StlAPI
	StlTransfer
	RWStl
)
SET(TOOLKIT_DEPENDS
	TKMath
	TKernel
	TKG2d
	TKMesh
	TKBRep
	TKG3d
	TKTopAlgo
)

INCLUDE(../BuildToolkit.cmake)