1add_custom_target(TransformExample) 2set_target_properties(TransformExample PROPERTIES FOLDER "MLIR/Examples") 3 4add_subdirectory(Ch2) 5add_subdirectory(Ch3) 6add_subdirectory(Ch4) 7