Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / mlir / examples / toy / CMakeLists.txt
blob403236a5520289eb82039e557b7cafc6e1b072df
1 add_custom_target(Toy)
2 set_target_properties(Toy PROPERTIES FOLDER "MLIR/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)