brintos

brintos / llvm-project-archived public Read only

0
0
Text · 177 B · 2b4208e Raw
7 lines · plain
1add_custom_target(TransformExample)2set_target_properties(TransformExample PROPERTIES FOLDER "MLIR/Examples")3 4add_subdirectory(Ch2)5add_subdirectory(Ch3)6add_subdirectory(Ch4)7