Lines Matching refs:schema
18 # flatbuffers_schemas: A list of flatbuffer schema files to process.
20 # schema_include_dirs: A list of schema file include directories, which will be
38 # binary_schemas_dir: If you specify an optional binary schema directory, binary
43 # all schema include directories) copied into a directory (for example, if you
91 foreach(schema ${flatbuffers_schemas})
92 get_filename_component(filename ${schema} NAME_WE)
93 # For each schema, do the things we requested.
101 -c ${schema}
102 DEPENDS ${FLATC_TARGET} ${schema} ${additional_dependencies}
111 COMMAND ${FLATC} -b --schema
114 ${schema}
115 DEPENDS ${FLATC_TARGET} ${schema} ${additional_dependencies}
121 file(COPY ${schema} DESTINATION ${copy_text_schemas_dir})
146 # Register the text schema copy dir we are using.