1 # Do not build unittest libraries automatically, they will be pulled in
2 # by unittests if these are built.
3 if (NOT ${LLVM_INSTALL_GTEST})
4 set (BUILDTREE_ONLY BUILDTREE_ONLY)
5 set(EXCLUDE_FROM_ALL ON)
8 add_llvm_library(LLVMTestingAnnotations
13 ADDITIONAL_HEADER_DIRS
14 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support