CMakeLists.txt 241 B

12345678910111213
  1. set(LLVM_LINK_COMPONENTS
  2. TextAPI
  3. )
  4. add_llvm_unittest(TextAPITests
  5. ELFYAMLTest.cpp
  6. TextStubV1Tests.cpp
  7. TextStubV2Tests.cpp
  8. TextStubV3Tests.cpp
  9. TextStubV4Tests.cpp
  10. )
  11. target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)