view utils/KillTheDoctor/CMakeLists.txt @ 138:53f12981605a

Fix goto is environment
author anatofuz
date Wed, 07 Mar 2018 18:36:33 +0900
parents 803732b1fca8
children
line wrap: on
line source

add_llvm_utility(KillTheDoctor
  KillTheDoctor.cpp
  )

target_link_libraries(KillTheDoctor
  LLVMSupport
  psapi
  )