mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 12:16:31 +00:00
6 lines
87 B
CMake
6 lines
87 B
CMake
|
set(LLVM_LINK_COMPONENTS core jit native)
|
||
|
|
||
|
add_llvm_example(Kaleidoscope
|
||
|
toy.cpp
|
||
|
)
|