llvm-6502/utils/KillTheDoctor/CMakeLists.txt

7 lines
133 B
CMake
Raw Normal View History

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