meson.build: enable installation
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'])
|
project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'])
|
||||||
cryptodep = dependency('libcrypto')
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user