A rather odd bug is popping up in the RTree now . . .
[aesalon.git] / src / storage / SConscript
blob93bf012e6c04c691fe12225bd3f6be6348868d38
1 Import("env")
3 env.StaticLibrary(target = "aesalon-storage", source = Glob("*.cpp") + Glob("*/*.cpp"))