Began implementing cpuTime module again.
[aesalon.git] / modules / cpuTime / src / SConscript
blob3f8195d20b0f6125fec1804f952d1f0e581d82c7
1 Import("env")
3 env.Append(CCFLAGS = ["-W", "-Wall", "-D_GNU_SOURCE"])
4 env.Append(LIBS = ["rt", "dl"])
6 env.SharedLibrary(target="collector", source=Glob("collector/*.c"))
7 env.SharedLibrary(target="marshal", source=Glob("marshal/*.cpp"))