From fbc76cef9fa96862be253dff5d891c14a93d2791 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 14 Apr 2024 14:41:31 +0200 Subject: Build static GLFW and GLEW dependencies --- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit 1.4.1