brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · f9c2e63 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS support)2 3add_clang_library(clangToolingInclusions4  HeaderAnalysis.cpp5  HeaderIncludes.cpp6  IncludeStyle.cpp7 8  LINK_LIBS9  clangBasic10  clangLex11  clangToolingCore12  )13 14  add_subdirectory(Stdlib)15