mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
6 lines
114 B
CMake
6 lines
114 B
CMake
|
add_executable(KillTheDoctor
|
||
|
KillTheDoctor.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem)
|