1 2 3 4
# Read the schema file generated by Sail. file(READ ${schema_file} CONFIG_SCHEMA) # Embed it in a header. configure_file(${config_schema_h_in} config_schema.h @ONLY)