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
/
CMakeLists.txt
blob
56002b1ad2e27aee3ca26a909e25b238599ae2d6
1
add_custom_target(Toy)
2
set_target_properties(Toy PROPERTIES FOLDER Examples)
3
4
macro(add_toy_chapter name)
5
add_dependencies(Toy ${name})
6
add_llvm_example(${name} ${ARGN})
7
endmacro(add_toy_chapter name)
8
9
add_subdirectory(Ch1)
10
add_subdirectory(Ch2)
11
add_subdirectory(Ch3)
12
add_subdirectory(Ch4)
13
add_subdirectory(Ch5)
14
add_subdirectory(Ch6)
15
add_subdirectory(Ch7)