1add_library( 2 test_support 3 4 OBJECT 5 6 file_test.cc 7 malloc.cc 8 test_util.cc 9) 10 11add_library( 12 gtest_main 13 14 OBJECT 15 16 gtest_main.cc 17) 18