meson.build (99413410a63cb781a478369e71e809c76495a339) | meson.build (15d4d21c091cd57a0e25888a8d360ba3a32965ff) |
---|---|
1project( 2 'google-ipmi-sys', 3 'cpp', 4 version: '0.1', 5 meson_version: '>=1.1.1', 6 default_options: [ 7 'cpp_std=c++23', 8 'warning_level=3', --- 62 unchanged lines hidden (view full) --- 71 'handler.cpp', 72 'host_power_off.cpp', 73 'ipmi.cpp', 74 'linux_boot_done.cpp', 75 'machine_name.cpp', 76 'pcie_i2c.cpp', 77 'google_accel_oob.cpp', 78 'pcie_bifurcation.cpp', | 1project( 2 'google-ipmi-sys', 3 'cpp', 4 version: '0.1', 5 meson_version: '>=1.1.1', 6 default_options: [ 7 'cpp_std=c++23', 8 'warning_level=3', --- 62 unchanged lines hidden (view full) --- 71 'handler.cpp', 72 'host_power_off.cpp', 73 'ipmi.cpp', 74 'linux_boot_done.cpp', 75 'machine_name.cpp', 76 'pcie_i2c.cpp', 77 'google_accel_oob.cpp', 78 'pcie_bifurcation.cpp', |
79 'file_system_wrapper.cpp', |
|
79 'psu.cpp', 80 'util.cpp', 81 implicit_include_directories: false, 82 dependencies: sys_pre) 83 84sys_dep = declare_dependency( 85 link_with: sys_lib, 86 dependencies: sys_pre) --- 26 unchanged lines hidden --- | 80 'psu.cpp', 81 'util.cpp', 82 implicit_include_directories: false, 83 dependencies: sys_pre) 84 85sys_dep = declare_dependency( 86 link_with: sys_lib, 87 dependencies: sys_pre) --- 26 unchanged lines hidden --- |