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
executable('maomao',
'maomao.c',
'util.c',
'src/maomao.c',
'src/util.c',
wayland_sources,
dependencies : [
libm,