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