12098dabeSJohn Wedig 22098dabeSJohn WedigeStoraged_headers = include_directories('.') 3e6ffe704SJohn Edward Broadbent 4e6ffe704SJohn Edward Broadbentconf_data = configuration_data() 5e6ffe704SJohn Edward Broadbent# If the number of drives increases we plan to switch to a config file design 6e6ffe704SJohn Edward Broadbent# in which, the max and min size are read and parsed for a config file at 7e6ffe704SJohn Edward Broadbent# verification time. 8e6ffe704SJohn Edward Broadbentconf_data.set('ERASE_MAX_GEOMETRY', get_option('erase_max_geometry')) 9e6ffe704SJohn Edward Broadbentconf_data.set('ERASE_MIN_GEOMETRY', get_option('erase_min_geometry')) 10e6ffe704SJohn Edward Broadbent 11*9c2e8362SPatrick Williamsconfigure_file(output: 'estoraged_conf.hpp', configuration: conf_data) 12