CMake: Builds all examples. Corrected name of CBackend target.
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_executable(HowToUseJIT
4   HowToUseJIT.cpp
5   )