Migrate boost unit test to google test with cmake (ctest)
[anna.git] / dynamic / launcher / default / SConscript
1 Import ('env')
2
3 sources = Glob('*.cpp')
4
5 result = env.SharedLibrary ('anna_dynamicLauncherProcedure', sources);
6
7 Return ('result')
8