summaryrefslogtreecommitdiff
path: root/unittests/Frontend/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Frontend/CMakeLists.txt')
-rw-r--r--unittests/Frontend/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Frontend/CMakeLists.txt b/unittests/Frontend/CMakeLists.txt
index f3c4336ea22fa..c764fb9e2a0f2 100644
--- a/unittests/Frontend/CMakeLists.txt
+++ b/unittests/Frontend/CMakeLists.txt
@@ -9,6 +9,7 @@ add_clang_unittest(FrontendTests
CodeGenActionTest.cpp
ParsedSourceLocationTest.cpp
PCHPreambleTest.cpp
+ OutputStreamTest.cpp
)
target_link_libraries(FrontendTests
PRIVATE
@@ -18,4 +19,5 @@ target_link_libraries(FrontendTests
clangLex
clangSema
clangCodeGen
+ clangFrontendTool
)