From f8a4fbeeb230157f73789dc860ffbe84f76d0002 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 13 Feb 2020 21:44:27 +0200 Subject: initial commit. Signed-off-by: Gediminas Jakutis --- meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..4419e05 --- /dev/null +++ b/meson.build @@ -0,0 +1,9 @@ +project('usurpation', 'c', + license : 'LGPL2.1', + default_options : ['c_std=gnu11', 'buildtype=release', 'warning_level=2']) + +progname = 'alg' + +subdir('src') + +executable(progname, sources, install : true) -- cgit v1.2.3