summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/TextAPI/CMakeLists.txt
blob: 924b7a2e5f34ec6dc33cd285554cce963154b4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  TextAPI
)

add_llvm_unittest(TextAPITests
  ELFYAMLTest.cpp
  TextStubV1Tests.cpp
  TextStubV2Tests.cpp
)

target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)
OpenPOWER on IntegriCloud