build(CMake): 添加nanoid支持并改进Steam API链接逻辑

添加nanoid_cpp头文件路径到CMake配置
重构Steam API链接逻辑以支持多平台
添加steam_id.txt生成命令
调整编码添加了BOM头
This commit is contained in:
Toukaiteio
2025-11-28 09:22:59 +08:00
parent 91e4198f8a
commit 9fc0a73c7c
2 changed files with 111 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#include "steam/steam_networking_manager.h"
#include "steam/steam_networking_manager.h"
#include "steam/steam_room_manager.h"
#include "steam/steam_utils.h"
#include "tcp_server.h"