SConscript 191 B

1234567891011
  1. import rtconfig
  2. from building import *
  3. cwd = GetCurrentDir()
  4. src = Glob("*.c")
  5. path = [cwd + "/v2.0/VKFly"]
  6. group = DefineGroup("Mavlink", src, depend=[""], CPPPATH=path)
  7. Return("group")