repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
mlir
/
examples
/
toy
/
Ch1
/
CMakeLists.txt
blob
fd71e1fbd11949f744273d0b1496c7a63d51e9a0
1
# For a better template to copy, see examples/standalone
2
set(LLVM_LINK_COMPONENTS
3
Support
4
)
5
6
add_toy_chapter(toyc-ch1
7
toyc.cpp
8
parser/AST.cpp
9
)
10
include_directories(include/)
11
target_link_libraries(toyc-ch1
12
PRIVATE
13
MLIRSupport)