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

target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem)