project: Optimize the project structure

This commit is contained in:
DreamMaoMao 2025-04-18 18:11:49 +08:00
parent 9718e87b2d
commit 7eac47b857
9 changed files with 2 additions and 2 deletions

View file

@ -67,8 +67,8 @@ if xcb.found() and xlibs.found()
endif endif
executable('maomao', executable('maomao',
'maomao.c', 'src/maomao.c',
'util.c', 'src/util.c',
wayland_sources, wayland_sources,
dependencies : [ dependencies : [
libm, libm,

View file

View file

View file