]> granicus.if.org Git - clang/commitdiff
Fix DLL build by adding required dependency.
authorManuel Klimek <klimek@google.com>
Tue, 1 Mar 2016 12:47:30 +0000 (12:47 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 1 Mar 2016 12:47:30 +0000 (12:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262324 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/CMakeLists.txt

index de26a4704a8f3ccd9f457c74cdf1c8d11c822ddc..40e5352fda0be63af35f5f3e7643db576daa637f 100644 (file)
@@ -12,6 +12,7 @@ add_clang_unittest(FormatTests
   )
 
 target_link_libraries(FormatTests
+  clangBasic
   clangFormat
   clangFrontend
   clangToolingCore