The-Powder-Toy/resources/meson.build
Tamás Bálint Misius 513d2cae3e
Update tpt-libs
Also restructure meson.build and the ghactions workflow a bit, and enable -ffunction-sections and -fdata-sections.

Note that starcatcher uploads have not been tested and most likely don't work.
2022-09-03 07:01:21 +02:00

12 lines
216 B
Meson

resources_files += files(
'icon.ico',
'document.ico',
)
if host_platform == 'windows'
powder_files += windows_mod.compile_resources(
'powder-res.rc',
depend_files: [ resources_files, 'resource.h' ],
)
endif