CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
1 add_llvm_example(Kaleidoscope-Ch7
2   toy.cpp
3   )
4
5 add_llvm_link_components(Kaleidoscope-Ch7 jit interpreter native)
6 target_link_libraries(Kaleidoscope-Ch7 LLVMCore)