feat: 优化客户端跨平台配置和运行态管理

This commit is contained in:
2026-07-16 08:14:51 +00:00
parent fb6b080ad4
commit fcd67e08aa
25 changed files with 994 additions and 416 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ endif()
add_compile_definitions(HAVE_OPENSSL=1)
# 统一输出目录。Windows 保持历史 out/binLinux 单独输出,避免和 Windows DLL/PDB 混在一起
# 统一输出目录。Visual Studio Release 实际输出到 out/bin/ReleaseLinux 单独输出到 out/linux/bin
if(UNIX AND NOT APPLE)
set(SIMCAE_OUTPUT_ROOT ${CMAKE_SOURCE_DIR}/out/linux)
else()