mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-04 23:55:17 +02:00
9 lines
157 B
Meson
9 lines
157 B
Meson
win = import('windows')
|
|
|
|
res = files(
|
|
'resource.h',
|
|
'icon.ico',
|
|
'resource.rc'
|
|
)
|
|
|
|
windows_resources = win.compile_resources('resource.rc', depend_files: res)
|