a03ad4849403dc19e4d5e6ee31e212863c6d88c1
[anna.git] / source / statistics / SConscript
1 Import ('env')
2
3 sources = Glob('*.cpp')
4 sources_internal = Glob('internal/*.cpp')
5
6 result = env.StaticLibrary ('anna_statistics', [sources, sources_internal]);
7
8 Return ('result')
9