aboutsummaryrefslogtreecommitdiff
path: root/unittests/Sema/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Sema/CMakeLists.txt')
-rw-r--r--unittests/Sema/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Sema/CMakeLists.txt b/unittests/Sema/CMakeLists.txt
index 45460f1e0f6c..78601046dcd4 100644
--- a/unittests/Sema/CMakeLists.txt
+++ b/unittests/Sema/CMakeLists.txt
@@ -14,5 +14,6 @@ target_link_libraries(SemaTests
clangFrontend
clangParse
clangSema
+ clangSerialization
clangTooling
)