mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-01 19:38:20 +08:00
update
This commit is contained in:
parent
302a336986
commit
40b423fd67
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
9
config_utils.h.in
Normal 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_ */
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user