micetools/src/micetools/launcher/meson.build

13 lines
175 B
Meson
Raw Normal View History

2022-06-13 03:22:52 +00:00
executable(
'mice',
win_subsystem: 'console',
sources: [
'locate.c',
'exe.c',
'main.c',
],
link_with: [
mice_lib,
],
)