ocarina/lib/Sconscript

6 lines
94 B
Python

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