This commit is contained in:
fasiondog 2024-07-17 01:57:19 +08:00
parent 302a336986
commit 40b423fd67
3 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View File

@ -77,4 +77,5 @@ hikyuu/cpp/libhku_hdf5_hl.so.200.1.0
hikyuu/cpp/libhku_hdf5.so.200
hikyuu/cpp/libhku_hdf5.so.200.2.0
hikyuu/include
.virtual_documents
.virtual_documents
hikyuu_cpp/hikyuu/utilities/config.h

9
config_utils.h.in Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#ifndef HKU_UTILS_CONFIG_H_
#define HKU_UTILS_CONFIG_H_
// clang-format off
// clang-format on
#endif /* HKU_UTILS_CONFIG_H_ */

View File

@ -20,6 +20,7 @@ target("hikyuu")
set_configdir("./")
add_configfiles("$(projectdir)/config.h.in")
add_configfiles("$(projectdir)/version.h.in")
add_configfiles("$(projectdir)/config_utils.h.in", {prefixdir="utilities", filename="config.h"})
add_defines("CPPHTTPLIB_OPENSSL_SUPPORT", "CPPHTTPLIB_ZLIB_SUPPORT")