aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
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)