[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / examples / Fibonacci / CMakeLists.txt
blobe294a2523759a9a08ad2171e9ec3c20aa876a42f
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Interpreter
5   MC
6   MCJIT
7   Support
8   nativecodegen
9   )
11 add_llvm_example(Fibonacci
12   fibonacci.cpp
13   )