blob: 4dd48716f8c8a9109d38ddfedb860064465a218d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SET(TOOLKIT TKStdLSchema)
SET(TOOLKIT_MODULES
StdLSchema
StdLDrivers
)
SET(TOOLKIT_DEPENDS
TKernel
TKPLCAF
TKLCAF
PTKernel
TKCDF
TKShapeSchema
)
INCLUDE(../BuildToolkit.cmake)
|