Skip to content

Commit 2db83b1

Browse files
author
Kai Luo
committed
[CMake] Fix -DBUILD_SHARED_LIBS=on builds after D137534
1 parent f9e2fb9 commit 2db83b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/tools/clang-scan-deps/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
set(LLVM_LINK_COMPONENTS
22
Core
3+
Option
34
Support
5+
TargetParser
46
)
57

68
add_clang_tool(clang-scan-deps

0 commit comments

Comments
 (0)