This commit is contained in:
2022-01-07 21:14:56 +08:00
parent 037eaf60b1
commit a8705ecb0f
7 changed files with 371 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ set(SOURCE_FILE
encoding.cpp
str_util.cpp
c_linked_list.cpp
file_reader.c
)
set(SOURCE_FILE_HEADERS
cfileop.h
@@ -68,6 +69,7 @@ set(SOURCE_FILE_HEADERS
str_util.h
linked_list.h
c_linked_list.h
file_reader.h
)
add_library(utils STATIC ${SOURCE_FILE} ${SOURCE_FILE_HEADERS})