From f7abb9021e071abee27b0fba2c1ffe989be2003e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 21 Aug 2021 19:12:02 -0700 Subject: DataArchive system which saves in native endian (for better performance working with local files), but is also able to load in any endian depending on archive's header information --- core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 6bfb560..535c05b 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -83,6 +83,7 @@ list(APPEND CPLT_CORE_SOURCES # UI ) add_source_group(Utils + src/Utils/IO/Archive.cpp src/Utils/IO/DataStream.cpp src/Utils/Sigslot.cpp src/Utils/StandardDirectories.cpp -- cgit v1.2.3-70-g09d2