Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 4d41104

Browse files
committed
Fix DLL build by adding required dependency.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262324 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent e30483a commit 4d41104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/Format/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_clang_unittest(FormatTests
1212
)
1313

1414
target_link_libraries(FormatTests
15+
clangBasic
1516
clangFormat
1617
clangFrontend
1718
clangToolingCore

0 commit comments

Comments
 (0)