blob: 75e006207edbd98a25760d780721d9ebfddb7c7a [file] [log] [blame]
# Do not build unittest libraries automatically, they will be pulled in
# by unittests if these are built.
set(EXCLUDE_FROM_ALL ON)
add_llvm_library(LLVMTestingAnnotations
Annotations.cpp
BUILDTREE_ONLY
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
LINK_COMPONENTS
Support
)