eis/mix_cc/utility
2026-05-09 11:23:45 +08:00
..
CMakeLists.txt Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
config.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
config.h.in Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_config.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_config.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
readme.md Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00

mix_cc::utility

项目下所使用的工具

目前只包括读取配置

配置位置由CMakeLists下的

set(CONFIG_FILE_PATH "/users/dsc/code/config/config.json")
set(CONFIG_LOG_PATH "/users/dsc/log")

决定