Silence -Wunused-variable in release builds.
[llvm/stm8.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
blob0d1ac533f02d49a19758fadc0687da4630d8cabf
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
3 add_llvm_example(Kaleidoscope-Ch4
4   toy.cpp
5   )