summaryrefslogtreecommitdiff
path: root/utils/KillTheDoctor/CMakeLists.txt
blob: 37c2b7ceb467a082d0ca5eba0851c7102cdde352 (plain)
1
2
3
4
5
add_llvm_utility(KillTheDoctor
  KillTheDoctor.cpp
  )

target_link_libraries(KillTheDoctor LLVMSupport)