Import SQLite3 wrapper implementation from old repo

This commit is contained in:
Viktor Soukup 2025-05-17 01:25:25 +02:00
parent 6b493dcfda
commit 7744ac69f4
5 changed files with 826 additions and 0 deletions

View file

@ -1,3 +1,4 @@
include(${PROJECT_SOURCE_DIR}/CMake/Catch2.cmake)
add_subdirectory(Base64)
add_subdirectory(SQLite)