Skip to content

Commit 6d98d45

Browse files
authored
reland [clang-doc][NFC] refactor out file helpers (#135164)
Split from #133161 refactor the code to extract file helpers used in HTML generators for use in other generators for clang-doc This patch fixes the error where compiling with -DLLVM_LINK_LLVM_DYLIB=ON broke the buildbot
1 parent dcb2ae1 commit 6d98d45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang-tools-extra/clang-doc/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ clang_target_link_libraries(clangDoc
3636
clangToolingCore
3737
)
3838

39+
target_link_libraries(clangDoc
40+
PRIVATE
41+
clangDocSupport
42+
)
43+
3944
add_subdirectory(tool)

0 commit comments

Comments
 (0)