brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 4fe42cb Raw
19 lines · plain
1set(LLVM_LINK_COMPONENTS2  LineEditor3  Support4  )5 6add_clang_executable(dexp7  Dexp.cpp8  )9 10clang_target_link_libraries(dexp11  PRIVATE12  clangBasic13  )14target_link_libraries(dexp15  PRIVATE16  clangDaemon17  clangdRemoteIndex18  )19