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