From 41f8165d180b6be8afd6203b1705970731741151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 2 Dec 2017 23:01:48 +0100 Subject: meson.build: enable installation --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2d2cec3..0446cc3 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,5 @@ project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11']) cryptodep = dependency('libcrypto') -executable('pdf-simple-sign', 'pdf-simple-sign.cpp', dependencies : cryptodep) +executable('pdf-simple-sign', 'pdf-simple-sign.cpp', + install : true, + dependencies : cryptodep) -- cgit v1.2.3