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

SET(TOOLKIT_MODULES
	ShapeSchema
	PCDMShape
)
SET(TOOLKIT_DEPENDS
	TKMath
	TKPShape
	TKernel
	PTKernel
	TKG2d
	TKCDF
)

INCLUDE(../BuildToolkit.cmake)