llvm-for-llvmta/lib/Testing/Support/CMakeLists.txt

16 lines
269 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_library(LLVMTestingSupport
Annotations.cpp
Error.cpp
SupportHelpers.cpp
BUILDTREE_ONLY
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
LINK_COMPONENTS
Support
)
target_link_libraries(LLVMTestingSupport PRIVATE gtest)