From a61714e60518f685890881e3dc1fbb61ec7d4e20 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 8 Aug 2016 21:43:32 +0200 Subject: [PATCH] [DEV] update isolation --- lutin_gtest.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lutin_gtest.py b/lutin_gtest.py index 38bda56..6dba74e 100644 --- a/lutin_gtest.py +++ b/lutin_gtest.py @@ -72,7 +72,14 @@ def create(target, module_name): 'googletest/googletest/include/gtest/internal/custom/gtest-printers.h', 'googletest/googletest/include/gtest/internal/custom/gtest.h' ], destination_path='gtest/internal/custom/') - + my_module.add_module_depend([ + 'cxx', + 'm', + 'pthread', + 'arpa', + 'rpc' + ]) + my_module.add_path(os.path.join(tools.get_current_path(__file__), "googletest/googletest")) my_module.add_path(os.path.join(tools.get_current_path(__file__), "googletest/googletest/include")) return my_module