Import('env');
Export('env');

targets=[]

env.add_sources(targets,"*.cpp")

env.libs += env.Library('globals', targets);
