diff options
Diffstat (limited to 'clang/tools/clang-import-test')
-rw-r--r-- | clang/tools/clang-import-test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/tools/clang-import-test/CMakeLists.txt b/clang/tools/clang-import-test/CMakeLists.txt index 4d41a5674ae..65eb4995ebe 100644 --- a/clang/tools/clang-import-test/CMakeLists.txt +++ b/clang/tools/clang-import-test/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + core support ) @@ -17,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS clangBasic clangCodeGen clangFrontend + clangParse ) target_link_libraries(clang-import-test |