Properly configure Windows with meson

This commit is contained in:
kramo
2023-07-05 22:28:02 +02:00
parent dc0d7304f1
commit 560d1cd273
4 changed files with 11 additions and 10 deletions

7
windows/meson.build Normal file
View File

@@ -0,0 +1,7 @@
configure_file(
input: './Cartridges.iss.in',
output: 'Cartridges.iss',
configuration: conf,
install: true,
install_dir: '.'
)