Initial commit
This commit is contained in:
3
meson.build
Normal file
3
meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'])
|
||||
cryptodep = dependency('libcrypto')
|
||||
executable('pdf-simple-sign', 'pdf-simple-sign.cpp', dependencies : cryptodep)
|
||||
Reference in New Issue
Block a user