projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
32f4cbd05b188c66975d10cc223c986be7b88c4d
[oota-llvm.git]
/
examples
/
Kaleidoscope
/
Chapter8
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Support
5
native
6
mcjit
7
)
8
9
set(LLVM_REQUIRES_RTTI 1)
10
11
add_kaleidoscope_chapter(Kaleidoscope-Ch8
12
toy.cpp
13
)