blob: e5590056704f4ec3deb5591a1d53bd5f84123655 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SET(TOOLKIT PTKernel)
SET(TOOLKIT_MODULES
DBC
PCollection
PColStd
PMMgt
PShort
PStandard
PTColStd
ObjMgt
)
SET(TOOLKIT_DEPENDS
TKernel
)
INCLUDE(../BuildToolkit.cmake)
|