[Glacier] Add a StringView class and StrSplit method.

This commit is contained in:
Drew Galbraith 2023-11-02 20:23:28 -07:00
parent b6c220a350
commit a2e80952c8
8 changed files with 159 additions and 4 deletions

View file

@ -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}