1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 16:02:52 +01:00
llvm-mirror/examples/Kaleidoscope/Chapter7/CMakeLists.txt

7 lines
164 B
CMake
Raw Normal View History

add_llvm_example(Kaleidoscope-Ch7
toy.cpp
)
add_llvm_link_components(Kaleidoscope-Ch7 jit interpreter native)
target_link_libraries(Kaleidoscope-Ch7 LLVMCore)