mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 09:01:50 +08:00
refactor: 大规模调整项目目录结构,将ChatClient和ChatServer整合为Monorepo结构,并分为两个独立文件夹:chatclient/ 和 chatserver/。更新了ChatClient的CMakeLists.txt配置以适配新结构。
This commit is contained in:
14
ChatClient/include/debug.h
Normal file
14
ChatClient/include/debug.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#define TEST_UI 0
|
||||
|
||||
#define TEST_GROUP_SESSION_DETAIL 0
|
||||
|
||||
#define TEST_SKIP_LOGIN 0
|
||||
|
||||
#define TEST_NETWORK 0
|
||||
|
||||
#define DEPOLY 1
|
||||
|
||||
#endif // DEBUG_H
|
||||
Reference in New Issue
Block a user