diff options
Diffstat (limited to 'unittests/Frontend/CMakeLists.txt')
-rw-r--r-- | unittests/Frontend/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unittests/Frontend/CMakeLists.txt b/unittests/Frontend/CMakeLists.txt new file mode 100644 index 0000000..139cf42 --- /dev/null +++ b/unittests/Frontend/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_LINK_COMPONENTS + ${LLVM_TARGETS_TO_BUILD} + asmparser + support + mc + ) + +add_clang_unittest(FrontendTests + FrontendActionTest.cpp + ) +target_link_libraries(FrontendTests + clangFrontend + ) |