Migrate boost unit test to google test with cmake (ctest)
[anna.git] / example / http / client / SConscript
index b6836e5..c7b411b 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)