cmake库改造前

This commit is contained in:
2026-08-05 14:37:55 +08:00
parent 587c1d6d01
commit cf17c454a9
29 changed files with 1034 additions and 415 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "Dll_Global.h"
#include "Core/Base/JSON.h"
#include "Core/Base/SM_RingBuffer.h"
#include "Psc_Cpp_Core/Base/JSON.h"
#include "Psc_Cpp_Core/Base/SM_RingBuffer.h"
Dll_Global* dg = new Dll_Global();
std::string Dll_Global::get_config_path() {
return get_exe_dir() + "/" + "data_progress_config.json";