Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view examples/Fibonacci/CMakeLists.txt @ 107:a03ddd01be7e
resolve warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Jan 2016 17:34:49 +0900 |
parents | 54457678186b |
children | 1172e4bd9c6f |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter MC Support nativecodegen ) add_llvm_example(Fibonacci fibonacci.cpp )