[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[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   )