From 4ff6158a6cd29e87222387870e6f01aca41b8183 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 6 Apr 2024 17:35:22 +0530 Subject: meson: init --- meson.build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..a0c5988 --- /dev/null +++ b/meson.build @@ -0,0 +1,16 @@ +project( + 'npass', + 'c', + version : '0.1', + license: 'GPL-3.0-only', + default_options : [ + 'warning_level=3', + ] +) + +gpgme_dep = dependency('gpgme', version: '>= 1.0') + +npass_inc = include_directories('include') + +subdir('libnpass') +subdir('npass') -- cgit v1.2.3