You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
139 B

  1. add_library(
  2. test_support
  3. OBJECT
  4. file_test.cc
  5. malloc.cc
  6. test_util.cc
  7. )
  8. add_library(
  9. gtest_main
  10. OBJECT
  11. gtest_main.cc
  12. )