目录树重构

This commit is contained in:
Developer
2026-04-19 04:17:54 +08:00
parent ceb11d9aac
commit 23c939ef64
112 changed files with 5880 additions and 4619 deletions

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "mom_kitchen")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.mom_kitchen")
set(APPLICATION_ID "cute.major.kitchen")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.