Added sqlite

This commit is contained in:
Robert 2020-12-14 15:53:44 +01:00
parent 3b8e40e888
commit dd378a45cf
6 changed files with 72 additions and 6 deletions

View file

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.10)
SET(CXX_STANDARD 17)
project(AnkiParser)