import rtconfig
from building import *

cwd = GetCurrentDir()

src = Glob("*.c")

path = [cwd + "/v2.0/VKFly"]

group = DefineGroup("Mavlink", src, depend=[""], CPPPATH=path)
Return("group")
