mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Add meson build support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user