• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(gtest_main
2  TestMain.cpp
3
4  LINK_LIBS
5  gtest
6
7  LINK_COMPONENTS
8  Support # Depends on llvm::cl
9  )
10