G-CAMS-DATU/packages/agile_modbus-v1.1.2/SConscript

15 lines
315 B
Python
Raw Permalink Normal View History

2024-05-13 08:08:47 +00:00
# RT-Thread building script for bridge
from building import *
cwd = GetCurrentDir()
src = Glob('src/*.c')
src += Glob('util/*.c')
CPPPATH = [cwd + '/inc']
CPPPATH += [cwd + '/util']
group = DefineGroup('agile_modbus', src, depend = ['PKG_USING_AGILE_MODBUS'], CPPPATH = CPPPATH)
Return('group')