1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/unittests/TextAPI/CMakeLists.txt
Nico Weber dcc3a2742e Rename TapiTests to TextAPITests
This makes the target name consistent with how all the other unit tests are
named.

Differential Revision: https://reviews.llvm.org/D56216

llvm-svn: 350339
2019-01-03 18:24:58 +00:00

10 lines
153 B
CMake

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