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

6 lines
103 B
CMake

add_executable(KillTheDoctor
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor LLVMSupport)