cmvr_head/applications/servo_manager/SConscript

11 lines
190 B
Python
Raw Normal View History

2026-04-21 17:21:20 +08:00
from building import *
import os
cwd = GetCurrentDir()
src = Glob('src/*.cpp')
CPPPATH = [cwd]
group = DefineGroup('servo_manager', src, depend = [''], CPPPATH = CPPPATH)
Return('group')