Patrick Williams | bba48ea | 2024-10-04 08:42:03 -0400 | [diff] [blame^] | 1 | project( |
2 | 'skeleton', | ||||
3 | 'c', | ||||
4 | version: '1.0', | ||||
5 | default_options: [ | ||||
6 | 'buildtype=debugoptimized', | ||||
7 | 'warning_level=2', | ||||
8 | 'werror=true', | ||||
9 | ], | ||||
10 | ) | ||||
11 | |||||
12 | cjson_dep = dependency('libcjson', fallback: 'cjson') | ||||
13 | gio_unix_dep = dependency('gio-unix-2.0') | ||||
14 | glib_dep = dependency('glib-2.0') | ||||
15 | libsystemd_dep = dependency('libsystemd') | ||||
16 | |||||
17 | subdir('libopenbmc_intf') | ||||
18 | |||||
19 | subdir('op-pwrctl') | ||||
20 | subdir('op-hostctl') |