Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 01:42:18 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 01:42:18 +1000
commit09d26d43b5262f480fd55eab9980eff06a71edbb (patch)
tree1e53765861cd966d204782aeefd15b1a67b3266f /source/core/CMakeLists.txt
parent13a74602bd4c46149da9949d448387a40b8ebd1c (diff)
Add string view variant of Star::String and use it
it's 1:30 AM AGAIN !! !!!!! This might have broken the inventory icons of custom hats a little, need to look into that
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r--source/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt
index 34d890f..5e4f090 100644
--- a/source/core/CMakeLists.txt
+++ b/source/core/CMakeLists.txt
@@ -106,6 +106,7 @@ SET (star_core_HEADERS
StarStaticRandom.hpp
StarStaticVector.hpp
StarString.hpp
+ StarStringView.hpp
StarStrongTypedef.hpp
StarTcp.hpp
StarThread.hpp
@@ -163,6 +164,7 @@ SET (star_core_SOURCES
StarShellParser.cpp
StarSocket.cpp
StarString.cpp
+ StarStringView.cpp
StarTcp.cpp
StarThread.cpp
StarTime.cpp