diff options
Diffstat (limited to 'llvm/unittests/TextAPI/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/TextAPI/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/unittests/TextAPI/CMakeLists.txt b/llvm/unittests/TextAPI/CMakeLists.txt new file mode 100644 index 00000000000..5a73cedfda1 --- /dev/null +++ b/llvm/unittests/TextAPI/CMakeLists.txt @@ -0,0 +1,7 @@ +set(LLVM_LINK_COMPONENTS + TextAPI +) + +add_llvm_unittest(TapiTests + ELFYAMLTest.cpp +) |