Minor changes here and there.
[aesalon.git] / src / util / SConscript
blob113c9c20e3a3fdc8ffc809d179071f417ee4177b
1 Import("env")
3 utilEnv = env.Clone()
5 util = utilEnv.StaticLibrary(target = "aesalon-util", source = Glob("*.cpp") + Glob("*/*.cpp"))
7 Export("util")