1 # Outside examples, this should be `add_mlir_library`.
2 add_mlir_example_library(
3 # Library called MyExtension.
6 # Built from the following source files.
9 # Make includes visible without top-level path.
10 ADDITIONAL_HEADER_DIRS
11 ${PROJECT_SOURCE_DIR}/examples/transform/Ch2/include
13 # Make sure ODS declaration and definitions are generated before compiling this.
17 # Link in the transform dialect, an all generated dialects.