[Glacier] Add a StringView class and StrSplit method.
This commit is contained in:
parent
b6c220a350
commit
a2e80952c8
8 changed files with 159 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
add_library(glacier STATIC
|
||||
string/string.cpp)
|
||||
string/string.cpp
|
||||
string/string_view.cpp
|
||||
string/str_split.cpp
|
||||
)
|
||||
|
||||
target_include_directories(glacier
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue