projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12e5a5
)
Fix DLL build by adding required dependency.
author
Manuel Klimek
<klimek@google.com>
Tue, 1 Mar 2016 12:47:30 +0000
(12:47 +0000)
committer
Manuel Klimek
<klimek@google.com>
Tue, 1 Mar 2016 12:47:30 +0000
(12:47 +0000)
llvm-svn: 262324
clang/unittests/Format/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/unittests/Format/CMakeLists.txt
b/clang/unittests/Format/CMakeLists.txt
index de26a4704a8f3ccd9f457c74cdf1c8d11c822ddc..40e5352fda0be63af35f5f3e7643db576daa637f 100644
(file)
--- a/
clang/unittests/Format/CMakeLists.txt
+++ b/
clang/unittests/Format/CMakeLists.txt
@@
-12,6
+12,7
@@
add_clang_unittest(FormatTests
)
target_link_libraries(FormatTests
+ clangBasic
clangFormat
clangFrontend
clangToolingCore