wasm-micro-runtime/product-mini/platforms/rt-thread/SConscript

15 lines
259 B
Python
Raw Normal View History

2021-01-14 03:26:35 +00:00
#
# Copyright (c) 2021, RT-Thread Development Team
#
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
from building import *
cwd = GetCurrentDir()
2021-01-14 03:26:35 +00:00
src = Glob('*.c')
group = DefineGroup('iwasm', src, depend = ['PKG_USING_WAMR'])
2021-01-14 03:26:35 +00:00
Return('group')