13432f4bfSJordan Rupprecht# Do not build unittest libraries automatically, they will be pulled in 23432f4bfSJordan Rupprecht# by unittests if these are built. 3*08079863STom Stellardif (NOT ${LLVM_INSTALL_GTEST}) 4*08079863STom Stellard set (BUILDTREE_ONLY BUILDTREE_ONLY) 53432f4bfSJordan Rupprecht set(EXCLUDE_FROM_ALL ON) 6*08079863STom Stellardendif() 73432f4bfSJordan Rupprecht 83432f4bfSJordan Rupprechtadd_llvm_library(LLVMTestingAnnotations 93432f4bfSJordan Rupprecht Annotations.cpp 103432f4bfSJordan Rupprecht 11*08079863STom Stellard ${BUILDTREE_ONLY} 123432f4bfSJordan Rupprecht 133432f4bfSJordan Rupprecht ADDITIONAL_HEADER_DIRS 143432f4bfSJordan Rupprecht ${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support 153432f4bfSJordan Rupprecht 163432f4bfSJordan Rupprecht LINK_COMPONENTS 173432f4bfSJordan Rupprecht Support 183432f4bfSJordan Rupprecht ) 19