diff options
Diffstat (limited to 'llvm/unittests/TextAPI/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/TextAPI/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/unittests/TextAPI/CMakeLists.txt b/llvm/unittests/TextAPI/CMakeLists.txt new file mode 100644 index 00000000000..2a21527459d --- /dev/null +++ b/llvm/unittests/TextAPI/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS + TextAPI +) + +add_llvm_unittest(TextAPITests + TextStubV1Tests.cpp + TextStubV2Tests.cpp +) |