Files
xiuos/APP_Framework/Framework/connection/4g/gm800tf/SConscript
T
2025-02-13 16:38:19 +08:00

10 lines
221 B
Python

from building import *
import os
cwd = GetCurrentDir()
src = []
if GetDepend(['ADAPTER_GM800TF']):
src += ['gm800tf.c']
group = DefineGroup('connection 4g gm800tf', src, depend = [], CPPPATH = [cwd])
Return('group')