brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · a762e99 Raw
19 lines · plain
1set(LLVM_LINK_COMPONENTS2  Option3  Support4)5 6add_clang_library(clangOptions7  DriverOptions.cpp8  OptionUtils.cpp9  10  DEPENDS11  ClangDriverOptions12  # These generated headers are included transitively.13  target_parser_gen14 15  LINK_LIBS16  clangBasic17  ${system_libs}18)19