commit | 08155c9a54abcfeeb509b9ec207786790c1ea646 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jan 30 07:11:27 2017 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jan 30 07:11:27 2017 +0000 |
tree | c727a1d09b7fbf572e19880d13a384763859232d | |
parent | 51c868e9aaf9ece6b1986e64e5a525253ba12e5b [diff] [blame] |
[c-index-test] CMake: add missing reference to clangSerialization library. llvm-svn: 293466
diff --git a/clang/tools/c-index-test/CMakeLists.txt b/clang/tools/c-index-test/CMakeLists.txt index b845af0..7244e2c 100644 --- a/clang/tools/c-index-test/CMakeLists.txt +++ b/clang/tools/c-index-test/CMakeLists.txt
@@ -27,6 +27,7 @@ clangCodeGen clangFrontend clangIndex + clangSerialization ) endif()