[llvm-exegesis] [NFC] Fixing typo.
[llvm-complete.git] / utils / unittest / UnitTestMain / CMakeLists.txt
blob32f0f25a60ffcde4f151a8bf7fedcd8b5ba2b1fb
1 add_llvm_library(gtest_main
2   TestMain.cpp
4   LINK_LIBS
5   gtest
7   LINK_COMPONENTS
8   Support # Depends on llvm::cl
10   # This library is not meant to be in the install tree, only the build tree.
11   BUILDTREE_ONLY
12   )