[llvm-readobj] - Refine the LLVM-style output to be consistent.
[llvm-complete.git] / examples / HowToUseJIT / CMakeLists.txt
blobe86626d5cec646196a6071c82cc90c0ed7a86dcd
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Interpreter
5   Support
6   nativecodegen
7   )
9 add_llvm_example(HowToUseJIT
10   HowToUseJIT.cpp
11   )