add const.py options to dynamically set version

This commit is contained in:
skilpedde
2023-11-11 11:08:07 +01:00
parent 6d5fb470a4
commit 72aa80b39a
8 changed files with 45 additions and 11 deletions

9
meson_options.txt Normal file
View File

@@ -0,0 +1,9 @@
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
)