Enable installation in the meson config

This commit is contained in:
Tamás Bálint Misius
2023-06-11 18:20:26 +02:00
parent 0b0f40ec94
commit b6c6cf00d0

View File

@@ -356,6 +356,7 @@ if get_option('build_powder')
win_subsystem: is_debug ? 'console' : 'windows',
link_args: project_link_args,
dependencies: powder_deps,
install: true,
)
endif
endif