CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 add_llvm_example(HowToUseJIT
2   HowToUseJIT.cpp
3   )
4
5 add_llvm_link_components(HowToUseJIT jit interpreter nativecodegen)