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