[include-cleaner] Add dependency to fix build with shared libraries
authorIlya Biryukov <ibiryukov@google.com>
Wed, 9 Nov 2022 17:31:14 +0000 (18:31 +0100)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 9 Nov 2022 17:31:14 +0000 (18:31 +0100)
clang-tools-extra/include-cleaner/unittests/CMakeLists.txt

index ba9fc64..8fdd855 100644 (file)
@@ -19,6 +19,7 @@ clang_target_link_libraries(ClangIncludeCleanerTests
   clangAST
   clangBasic
   clangFrontend
+  clangLex
   clangToolingInclusionsStdlib
   )