summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c0935c3..8d3ed27 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,9 @@
 project('meowcraft', 'cpp',
   version : '0.0.1',
-  default_options : ['warning_level=3'])
+  default_options : [
+    'cpp_std=c++17',
+    'warning_level=3',
+    'prefer_static=true'])
 
 subdir('assets')
 subdir('src')