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

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-16 23:02:22 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-16 23:02:22 +1000
commit090441b80aed3c7df45ff1a6d40ed56ee895ad28 (patch)
tree3a4a8137941aa60f0674d9ed9308a45266c96e4e /source/core/CMakeLists.txt
parent40299558dd4585adb6066cdade5703be7cf10b76 (diff)
make lexical casts (string -> int/float) faster
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r--source/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt
index 2f0c858..fa1d246 100644
--- a/source/core/CMakeLists.txt
+++ b/source/core/CMakeLists.txt
@@ -160,6 +160,7 @@ SET (star_core_SOURCES
StarJsonPatch.cpp
StarJsonRpc.cpp
StarFormattedJson.cpp
+ StarLexicalCast.cpp
StarListener.cpp
StarLogging.cpp
StarLua.cpp