# # Copyright 2024 Sony Semiconductor Solutions Corporation. # # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # from building import * cwd = GetCurrentDir() src = Glob('*.c') CPPPATH = [cwd] group = DefineGroup('iwasm_lib_wasi_threads', src, depend = [''], CPPPATH = CPPPATH) Return('group')