meson: add versioning to and install the evil dll

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8730
This commit is contained in:
Mike Blumenkrantz 2019-04-26 09:10:28 -04:00 committed by Marcel Hollerbach
parent 434a8484d5
commit 41c57721a5
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ if target_machine.system() == 'windows'
evil_lib = library('evil', evil_src,
dependencies : [psapi, ole32, ws2_32, secur32, uuid, regexp],
include_directories : [config_dir],
install: true,
version: meson.project_version(),
)
evil = declare_dependency(