ocarina/gui/Sconscript
Anna Schumaker 871914ea90 Clean up the build system
I'm taking a break from gui code to clean up the build system and update
my unit tests.  This patch updates how code is built, and reworks my
"print" test to test version number instead.

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

8 lines
101 B
Python

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