From: Argyrios Kyrtzidis Date: Mon, 30 Jan 2017 07:11:27 +0000 (+0000) Subject: [c-index-test] CMake: add missing reference to clangSerialization library. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b246ca145591bbed80b455f7dc94ea5ac0c1acca;p=clang [c-index-test] CMake: add missing reference to clangSerialization library. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index b845af081d..7244e2c490 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -27,6 +27,7 @@ else() clangCodeGen clangFrontend clangIndex + clangSerialization ) endif()