mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-29 05:44:32 +00:00
8 lines
213 B
Meson
8 lines
213 B
Meson
|
dump_prog = executable(
|
||
|
'dump-prog',
|
||
|
'dump.cpp',
|
||
|
include_directories : [ incdirs ],
|
||
|
install : true,
|
||
|
install_dir : join_paths(get_option('datadir'), 'pe-parse/examples'),
|
||
|
link_with : pe_parser_library)
|