pdf-simple-sign/meson.build

4 lines
186 B
Meson
Raw Normal View History

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