2017-11-08 16:07:39 +01:00
|
|
|
project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'])
|
|
|
|
cryptodep = dependency('libcrypto')
|
2017-12-02 23:01:48 +01:00
|
|
|
executable('pdf-simple-sign', 'pdf-simple-sign.cpp',
|
|
|
|
install : true,
|
|
|
|
dependencies : cryptodep)
|