llvm-mirror/utils/KillTheDoctor/CMakeLists.txt

6 lines
105 B
CMake
Raw Normal View History

add_llvm_utility(KillTheDoctor
2010-10-11 19:55:38 +00:00
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor LLVMSupport)