Files
RedBear-OS/local/recipes/dev/meson/source/test cases/csharp/3 resource/meson.build
T

7 lines
118 B
Meson

project('C# resource', 'cs')
e = executable('resprog', 'resprog.cs',
resources : 'TestRes.resx')
test('restest', e)