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