添加状态栏

This commit is contained in:
2026-02-05 05:23:22 +08:00
parent 3b7bd55519
commit 194c2b000d
7 changed files with 335 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ add_executable(${APP_NAME}
${SOURCE_DIR}/atoms.c
${SOURCE_DIR}/layout.c
${SOURCE_DIR}/xres.c
${SOURCE_DIR}/status.c
)
find_package(PkgConfig REQUIRED)