Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted...
[oota-llvm.git] / utils / KillTheDoctor / CMakeLists.txt
1 add_llvm_utility(KillTheDoctor
2   KillTheDoctor.cpp
3   )
4
5 target_link_libraries(KillTheDoctor LLVMSupport)