rt-thread-stm32f072/packages/agile_button-v1.1.1/examples/SConscript

10 lines
227 B
Python
Raw Normal View History

2022-10-30 15:41:02 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd]
group = DefineGroup('agile_button', src, depend = ['PKG_AGILE_BUTTON_USING_EXAMPLE'], CPPPATH = CPPPATH)
Return('group')