Migrate boost unit test to google test with cmake (ctest)
[anna.git] / example / comm / rrClient / SConscript
index 7d91aee..d199352 100644 (file)
@@ -26,7 +26,7 @@ localEnv = env.Clone()
 anna_library = { 'LIBS' : anna_rlibs }
 localEnv.MergeFlags (anna_library)
 
-system_library = { 'LIBS' : [ 'xml2', 'rt' ] }
+system_library = { 'LIBS' : [ 'xml2', 'rt', 'pthread' ] }
 localEnv.MergeFlags (system_library)
 
 localEnv.Append(LIBPATH = anna_libpaths)