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

7 lines
133 B
CMake

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