brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 53b90b8 Raw
10 lines · plain
1add_llvm_utility(KillTheDoctor2  KillTheDoctor.cpp3  )4 5target_link_libraries(KillTheDoctor6  PRIVATE7  LLVMSupport8  psapi9  )10