Began implementing the VCommunication namespace.
[aesalon.git] / monitor / src / SConscript
blobe3271cdfc178fcaafe8a4c777276d272d946618d
1 Import("env")
3 env.Append(CPPPATH = ["../../include/", "../../include/monitor/"])
4 env.Append(CCFLAGS = ["-W", "-Wall", "-g", "-DAesalonMonitor"])
5 env.Append(LIBS = ["rt"])
7 env.Program(target = "aesalon", source = Glob("*.cpp") + Glob("*/*.cpp"))