meson.build (bb939ea45d53b2dbb7ab6b03856f023f82beecd5) | meson.build (e0e2cce95a5fad8431d4c40f81519447af8e701f) |
---|---|
1project( 2 'phosphor-certificate-manager', 3 'cpp', 4 default_options: [ 5 'buildtype=debugoptimized', 6 'cpp_std=c++20', 7 'warning_level=3', 8 'werror=true', --- 31 unchanged lines hidden (view full) --- 40 41config_data = configuration_data() 42config_data.set( 43 'authority_limit', 44 get_option('authority-limit') 45) 46 47configure_file( | 1project( 2 'phosphor-certificate-manager', 3 'cpp', 4 default_options: [ 5 'buildtype=debugoptimized', 6 'cpp_std=c++20', 7 'warning_level=3', 8 'werror=true', --- 31 unchanged lines hidden (view full) --- 40 41config_data = configuration_data() 42config_data.set( 43 'authority_limit', 44 get_option('authority-limit') 45) 46 47configure_file( |
48 input: 'config.h.meson', | 48 input: 'config.h.in', |
49 output: 'config.h', 50 configuration: config_data 51) 52 53phosphor_certificate_deps = [ 54 openssl_dep, 55 phosphor_dbus_interfaces_dep, 56 phosphor_logging_dep, --- 38 unchanged lines hidden --- | 49 output: 'config.h', 50 configuration: config_data 51) 52 53phosphor_certificate_deps = [ 54 openssl_dep, 55 phosphor_dbus_interfaces_dep, 56 phosphor_logging_dep, --- 38 unchanged lines hidden --- |