From d41c4d4a554aa893460b9da6670e7b87bf73c83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 8 Nov 2017 16:07:39 +0100 Subject: Initial commit --- meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..2d2cec3 --- /dev/null +++ b/meson.build @@ -0,0 +1,3 @@ +project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11']) +cryptodep = dependency('libcrypto') +executable('pdf-simple-sign', 'pdf-simple-sign.cpp', dependencies : cryptodep) -- cgit v1.2.3