This commit is contained in:
2021-12-16 22:13:30 +08:00
parent 751373e0e4
commit 556ab106f4
9 changed files with 345 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ set(SOURCE_FILE
wchar_util.cpp
memfile.c
cmath.c
time_util.cpp
)
set(SOURCE_FILE_HEADERS
cfileop.h
@@ -45,6 +46,7 @@ set(SOURCE_FILE_HEADERS
wchar_util.h
memfile.h
cmath.h
time_util.h
)
add_library(utils STATIC ${SOURCE_FILE} ${SOURCE_FILE_HEADERS})