CMakeLists.txt 105 B

12345
  1. add_llvm_utility(KillTheDoctor
  2. KillTheDoctor.cpp
  3. )
  4. target_link_libraries(KillTheDoctor LLVMSupport)