Successfully implemented a cpuTime marshaller.
[aesalon.git] / modules / cpuTime / src / SConscript
blobfecee9d322fc5ed3d6355a975c73c55571966636
1 Import("env")
3 env.Append(CCFLAGS = ["-W", "-Wall"])
4 env.Append(LIBS = ["rt"])
6 env.SharedLibrary(target="collector", source=Glob("collector/*.c"))
7 env.SharedLibrary(target="marshaller", source=Glob("marshaller/*.cpp"))