ocarina/gui/Sconscript

8 lines
100 B
Python

#!/usr/bin/python
Import("env")
env.UsePackage("gstreamer-1.0")
res = Glob("*.cpp")
Return("res")