[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / examples / toy / CMakeLists.txt
blob56002b1ad2e27aee3ca26a909e25b238599ae2d6
1 add_custom_target(Toy)
2 set_target_properties(Toy PROPERTIES FOLDER Examples)
4 macro(add_toy_chapter name)
5   add_dependencies(Toy ${name})
6   add_llvm_example(${name} ${ARGN})
7 endmacro(add_toy_chapter name)
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)