hanchenye-llvm-project/llvm/utils/KillTheDoctor/CMakeLists.txt

6 lines
105 B
CMake
Raw Normal View History

add_llvm_utility(KillTheDoctor
2010-10-12 03:55:38 +08:00
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor LLVMSupport)