ocarina/gui/queue/Sconscript
Anna Schumaker 6dfb3c31e2 gui: Rename model.cpp -> queue/model.cpp
I'm going to have a lot of queue-related files soon, so let's make
things easier by keeping everything in a new directory.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-04-17 08:51:30 -04:00

4 lines
52 B
Python

#!/usr/bin/python
res = Glob("*.cpp")
Return("res")