hanchenye-llvm-project/llvm/unittests/TextAPI/CMakeLists.txt

11 lines
196 B
CMake

set(LLVM_LINK_COMPONENTS
TextAPI
)
add_llvm_unittest(TextAPITests
ELFYAMLTest.cpp
TextStubV1Tests.cpp
TextStubV2Tests.cpp
)
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)