bolt/deps/llvm-18.1.8/llvm/lib/Testing/Annotations/CMakeLists.txt
2025-02-14 19:21:04 +01:00

18 lines
398 B
CMake

# Do not build unittest libraries automatically, they will be pulled in
# by unittests if these are built.
if (NOT ${LLVM_INSTALL_GTEST})
set (BUILDTREE_ONLY BUILDTREE_ONLY)
set(EXCLUDE_FROM_ALL ON)
endif()
add_llvm_library(LLVMTestingAnnotations
Annotations.cpp
${BUILDTREE_ONLY}
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
LINK_COMPONENTS
Support
)