ocarina/gui/Sconscript
Anna Schumaker 11704b2bfa gui: Add some collection manager tests
Test ok, update, and import buttons in a Glib::timeout based simulator.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:58 -04:00

8 lines
106 B
Python

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