Fix DLL build by adding required dependency.

llvm-svn: 262324
This commit is contained in:
Manuel Klimek 2016-03-01 12:47:30 +00:00
parent b12e5a5ccd
commit 2c50b312ea
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ add_clang_unittest(FormatTests
)
target_link_libraries(FormatTests
clangBasic
clangFormat
clangFrontend
clangToolingCore