xref: /netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/CMakeLists.txt (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1set(LLVM_LINK_COMPONENTS
2  Core
3  ExecutionEngine
4  Interpreter
5  Support
6  nativecodegen
7  )
8
9add_llvm_example(HowToUseJIT
10  HowToUseJIT.cpp
11  )
12