xref: /aosp_15_r20/external/llvm/utils/KillTheDoctor/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1add_llvm_utility(KillTheDoctor
2  KillTheDoctor.cpp
3  )
4
5target_link_libraries(KillTheDoctor LLVMSupport)
6