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

SET(TOOLKIT_MODULES
	BinMDF
	BinMDataStd
	BinMFunction
	BinMDocStd
	BinObjMgt
	BinLDrivers
)
SET(TOOLKIT_DEPENDS
	TKLCAF
	TKCDF
	TKernel
)

INCLUDE(../BuildToolkit.cmake)