ocarina/lib/Sconscript
Anna Schumaker 194a09bed4 lib: Initialize the GtkBuilder from the middle layer
This will provide an interface for accessing widgets, and make it easier
to swap out different builder files.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-06-15 11:31:04 -04:00

6 lines
94 B
Python

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