Add meson build support

This commit is contained in:
2025-04-23 17:42:03 +08:00
parent b0bd9db0ae
commit 34e5aa8c17
5 changed files with 176 additions and 4 deletions

View File

@@ -123,6 +123,8 @@ set(SOURCE_FILE
file_reader.c
urlparse.cpp
http_client.cpp
utils_static.cpp
hash_map.cpp
)
set(SOURCE_FILE_HEADERS
cfileop.h
@@ -149,9 +151,7 @@ set(SOURCE_FILE_HEADERS
binary_tree.h
binary_search_tree.h
utils_static.h
utils_static.cpp
hash_map.h
hash_map.cpp
)
if (NOT HAVE_STRPTIME)