llvm-mirror/examples/Kaleidoscope/Chapter4/CMakeLists.txt

7 lines
164 B
CMake
Raw Normal View History

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