[CMake] LexTests: Prune redundant libdep(s).
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 24 Jul 2014 11:44:03 +0000 (11:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 24 Jul 2014 11:44:03 +0000 (11:44 +0000)
llvm-svn: 213853

clang/unittests/Lex/CMakeLists.txt

index 1fb57cf..461e0d9 100644 (file)
@@ -14,5 +14,4 @@ target_link_libraries(LexTests
   clangLex
   clangParse
   clangSema
-  clangSerialization
   )