diff options
author | Masanori Kakura <kakurasan@gmail.com> | 2020-10-05 21:24:24 +0900 |
---|---|---|
committer | Jan <sentrycraft123@gmail.com> | 2020-10-05 17:12:38 +0200 |
commit | a65cd5add177b4a883b308dc3b9504e93abeeca7 (patch) | |
tree | a3a476409a303464166c756af233171614cbf9d2 /meson_options.txt | |
parent | d07122673c9c66b41cf311ff4c9d1abed49fc669 (diff) | |
download | polecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.tar.gz polecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.zip |
Use Meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..386d85f --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,6 @@ +option( + 'release', + type : 'boolean', + value : false, + description : 'Release build' +) |