diff options
author | rtk0c <[email protected]> | 2022-05-22 14:54:06 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-22 14:54:06 -0700 |
commit | 55c4420b69fa172ac7b6b3523597b9a46a5d1bcd (patch) | |
tree | 407fbd2fd7911b8bfa8567502d7493708036be2f /core | |
parent | 195e30b1e39fa4dc535172ba248f0c18733dcb3c (diff) |
Vendor SQLiteCpp completely for internal patching
Diffstat (limited to 'core')
-rw-r--r-- | core/CMakeLists.txt | 1 | ||||
-rw-r--r-- | core/src/Model/Database.hpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 40c2491..6cdac70 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -125,6 +125,7 @@ function(add_executable_variant TARGET_NAME) imgui implot imgui-node-editor + SQLiteCpp ) if(NOT TARGET_LOCALE STREQUAL "en_US") diff --git a/core/src/Model/Database.hpp b/core/src/Model/Database.hpp index 90914a0..107baf6 100644 --- a/core/src/Model/Database.hpp +++ b/core/src/Model/Database.hpp @@ -48,7 +48,6 @@ public: DeliveryTable(MainDatabase& db); }; -// TODO fuck SQLite::Statement has move ctor but not move assignment operator class MainDatabase { private: |