Mercurial > hg > CbC > CbC_llvm
view examples/HowToUseJIT/CMakeLists.txt @ 53:f679cc5126db
include setjmp.h automatically
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Jan 2014 23:56:19 +0900 |
parents | e4204d083e25 |
children | 54457678186b |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter JIT Support nativecodegen ) add_llvm_example(HowToUseJIT HowToUseJIT.cpp )