| .. | ||
| CMakeLists.txt | ||
| config.h | ||
| config.h.in | ||
| read_config.cc | ||
| read_config.h | ||
| readme.md | ||
mix_cc::utility
项目下所使用的工具
目前只包括读取配置
配置位置由CMakeLists下的
set(CONFIG_FILE_PATH "/users/dsc/code/config/config.json")
set(CONFIG_LOG_PATH "/users/dsc/log")
决定
| .. | ||
| CMakeLists.txt | ||
| config.h | ||
| config.h.in | ||
| read_config.cc | ||
| read_config.h | ||
| readme.md | ||
项目下所使用的工具
配置位置由CMakeLists下的
set(CONFIG_FILE_PATH "/users/dsc/code/config/config.json")
set(CONFIG_LOG_PATH "/users/dsc/log")
决定