ocarina/core/tags/Sconscript
Anna Schumaker f02853e9c7 core/containers: Move set into the containers/ directory
This patch also creates the containers/ directory

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-01-15 15:10:44 -05:00

7 lines
108 B
Python

#!/usr/bin/python
Import("env")
env.UsePackage("taglib_c")
res = Glob("*.cpp") + Glob("*.c")
Return("res")