FlexibleButton/SConscript

15 lines
199 B
Python
Raw Normal View History

from building import *
import rtconfig
cwd = GetCurrentDir()
src = []
src += Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('flex_button', src, depend = [], CPPPATH = CPPPATH)
Return('group')