diff options
author | pommicket <pommicket@gmail.com> | 2025-09-12 12:43:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-12 12:43:41 -0400 |
commit | 9865b70c855500ea3cae76fb8c9986bdf6f249ca (patch) | |
tree | 244af1e93164d5aeea9c7a141ac4b5231d3882c6 /meson.build | |
parent | a835e738761238b891847c8303592b504018f017 (diff) |
Implement pom_conf_next_item
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7721c3f..3a09963 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,5 @@ -project('pom', 'c') +project('pom', 'c', + # Note: Only C99 is strictly needed + default_options: ['c_std=c23']) library('pom', 'pom.c') static_library('pom', 'pom.c') |