ocarina/gui/Sconscript

8 lines
106 B
Python

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