Continued refactoring, moving around code.
[aesalon.git] / src / storage / SConscript
blobc7e7edca7876eeb39d56ce50fc83df5b61b81dd6
1 Import("env")
3 env.StaticLibrary(target = "storage", source = Glob("*.cpp") + Glob("*/*.cpp"))