mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
5 lines
104 B
CMake
5 lines
104 B
CMake
|
set(LLVM_USED_LIBS CompilerDriver)
|
||
|
set(LLVM_LINK_COMPONENTS support)
|
||
|
|
||
|
add_llvm_example(Hello Hello.cpp)
|