cmvr_head/applications/controller/SConscript
2026-04-21 17:21:20 +08:00

11 lines
187 B
Python

from building import *
import os
cwd = GetCurrentDir()
src = Glob('src/*.cpp')
CPPPATH = [cwd]
group = DefineGroup('controller', src, depend = [''], CPPPATH = CPPPATH)
Return('group')