]> granicus.if.org Git - clang/commitdiff
[c-index-test] CMake: add missing reference to clangSerialization library.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 30 Jan 2017 07:11:27 +0000 (07:11 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 30 Jan 2017 07:11:27 +0000 (07:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293466 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-index-test/CMakeLists.txt

index b845af081da6ce6a45ff2000967057b226453963..7244e2c4902e1197865b95ca286e832734e54034 100644 (file)
@@ -27,6 +27,7 @@ else()
     clangCodeGen
     clangFrontend
     clangIndex
+    clangSerialization
   )
 endif()