CMakeLists.txt 215 B

123456789101112
  1. add_llvm_library(gtest_main
  2. TestMain.cpp
  3. LINK_LIBS
  4. gtest
  5. LINK_COMPONENTS
  6. Support # Depends on llvm::cl
  7. # This library is not meant to be in the install tree, only the build tree.
  8. BUILDTREE_ONLY
  9. )