summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-06-13 08:58:46 +0000
committerSam Clegg <sbc@chromium.org>2019-06-13 08:58:46 +0000
commita9c7c0fc5d468f3d18a5c6beb697ab0d5be2ff4c (patch)
treecbb5bd022adfafd34c536815f75ebe25171af2c8 /tools
parent89961ad6d4fc6a22afddccb875c30540a64825f4 (diff)
downloadclang-a9c7c0fc5d468f3d18a5c6beb697ab0d5be2ff4c.tar.gz
[clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON build
The -DBUILD_SHARED_LIBS=ON build was broken in rL363204 Differential Revision: https://reviews.llvm.org/D63245 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/clang-scan-deps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-scan-deps/CMakeLists.txt b/tools/clang-scan-deps/CMakeLists.txt
index 25cfdf3e37..6cb22e8c78 100644
--- a/tools/clang-scan-deps/CMakeLists.txt
+++ b/tools/clang-scan-deps/CMakeLists.txt
@@ -16,6 +16,7 @@ set(CLANG_SCAN_DEPS_LIB_DEPS
clangFrontendTool
clangLex
clangParse
+ clangSerialization
clangTooling
)