llvm-6502/utils/KillTheDoctor/CMakeLists.txt

6 lines
114 B
CMake
Raw Normal View History

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