DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / examples / HowToUseJIT / CMakeLists.txt
1234567891011
set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter Support nativecodegen ) add_llvm_example(HowToUseJIT HowToUseJIT.cpp )