feat:change project name

This commit is contained in:
DreamMaoMao
2025-02-05 20:57:28 +08:00
parent a43aa7408f
commit ab4ef0bb64
5 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
project('plume', ['c', 'cpp'],
project('maomao', ['c', 'cpp'],
version : '0.1'
)
@@ -33,7 +33,7 @@ if xcb.found() and xlibs.found()
c_args += '-DIM'
endif
executable('plume',
executable('maomao',
'main.c',
'util.c',
'wlr_foreign_toplevel_management_v1.c',
@@ -55,4 +55,4 @@ executable('plume',
prefix = get_option('prefix')
desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
install_data('plume.desktop', install_dir : desktop_install_dir)
install_data('maomao.desktop', install_dir : desktop_install_dir)