| # Gather the Configuration data | |
| conf_data = configuration_data() | |
| conf_data.set10('ENABLE_UNITTEST', get_option('tests').allowed()) | |
| conf_h_dep = declare_dependency( | |
| include_directories: include_directories('.'), | |
| sources: configure_file( | |
| input: 'gvrlog_config.h.in', | |
| output: 'gvrlog_config.h', | |
| configuration: conf_data | |
| ) | |
| ) |