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

target_link_libraries(KillTheDoctor LLVMSupport)