[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / utils / KillTheDoctor / CMakeLists.txt
blob53b90b820424953382b17d3349610d1f2cbb365c
1 add_llvm_utility(KillTheDoctor
2   KillTheDoctor.cpp
3   )
5 target_link_libraries(KillTheDoctor
6   PRIVATE
7   LLVMSupport
8   psapi
9   )