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