Home | History | Annotate | Download | only in UnitTestMain
      1 add_llvm_library(gtest_main
      2   TestMain.cpp
      3 
      4   LINK_LIBS
      5   gtest
      6   LLVMSupport # Depends on llvm::cl
      7   )
      8