brintos

brintos / llvm-project-archived public Read only

0
0
Text · 226 B · 8ac913f Raw
11 lines · plain
1# clang-doc/support contains support libraries that do not depend2# on clang either programmatically or conceptually.3set(LLVM_LINK_COMPONENTS4  Support5  )6 7add_clang_library(clangDocSupport STATIC8  File.cpp9  Utils.cpp10  )11