StringUtil: Add Ellipsise()

This commit is contained in:
Stenzek
2023-09-18 22:29:34 +10:00
parent 76772ec39e
commit 4b24bf74f4
6 changed files with 85 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ add_executable(common-tests
file_system_tests.cpp
path_tests.cpp
rectangle_tests.cpp
string_tests.cpp
)
target_link_libraries(common-tests PRIVATE common gtest gtest_main)