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

target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem)