1 2 3 4 5
project('pom', 'c', # Note: Only C99 is strictly needed default_options: ['c_std=c23']) library('pom', 'pom.c') static_library('pom', 'pom.c')