diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-18 16:06:44 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-18 20:37:54 +0200 |
| commit | af1aacc5bdee097fc9915aa04ef0523c6031c3db (patch) | |
| tree | b4468ddb92f53d203ae65b2350c36648f4ef7e05 /CMakeLists.txt | |
| parent | 7828ee535d15a1fad6a4c74757c96d3decdffa33 (diff) | |
ksys/utils: Add FixedString for light constexpr string manipulation
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16745d2d..264f9bd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ add_executable(uking src/KingSystem/Utils/ByamlLocal.h src/KingSystem/Utils/ByamlUtil.cpp src/KingSystem/Utils/Debug.h + src/KingSystem/Utils/FixedString.h src/KingSystem/Utils/HashUtil.h src/KingSystem/Utils/HeapUtil.cpp src/KingSystem/Utils/HeapUtil.h |
