aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/generate_schema_include.cmake
blob: b0ad8ffca6f1a97de18385802c5ee8382b141a1f (plain)
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)