blob: 347e1898a9f490ac23701f61a14a06515ee99b91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SET(TOOLKIT TKMeshVS)
SET(TOOLKIT_MODULES
MeshVS
)
SET(TOOLKIT_DEPENDS
TKService
TKMath
TKernel
TKV3d
TKV2d
TKG2d
TKG3d
)
INCLUDE(../BuildToolkit.cmake)
|