cmvr_head/applications/common/SConscript
2026-04-23 09:53:17 +08:00

11 lines
189 B
Python

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