summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-09 13:40:36 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-09 20:36:39 +0000
commitc8697ccc20e12b0f4a2394c10f01ce147eeca269 (patch)
tree88a2fbf4455b9fdfc58d15865340b1a184191483 /CMakeLists.txt
parent751d0948abfd69629d32fabb1f505ff7ad7fb078 (diff)
Move `load_state` and its helper functions to their own module.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 502a6172..d3266e2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,6 +173,8 @@ set(toxcore_SOURCES ${toxcore_SOURCES}
173 toxcore/logger.h 173 toxcore/logger.h
174 toxcore/network.c 174 toxcore/network.c
175 toxcore/network.h 175 toxcore/network.h
176 toxcore/state.c
177 toxcore/state.h
176 toxcore/util.c 178 toxcore/util.c
177 toxcore/util.h) 179 toxcore/util.h)
178 180