Migrate boost unit test to google test with cmake (ctest)
[anna.git] / source / time / SConscript
1 Import ('env')
2
3 sources = Glob('*.cpp')
4 sources_internal = Glob('internal/*.cpp')
5
6 result = env.StaticLibrary ('anna_time', [sources, sources_internal]);
7
8 Return ('result')
9