some test

This commit is contained in:
ineed bots
2023-09-10 15:26:29 -06:00
parent 84c212ed2b
commit 64f8dfca8d
2 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,7 @@ function SQLiteCpp.project()
files {
path.join(path.join(SQLiteCpp.source, "src"), "**.cpp"),
path.join(path.join(SQLiteCpp.source, "include"), "**.h"),
path.join(path.join(SQLiteCpp.source, "sqlite3"), "**.c"),
path.join(path.join(SQLiteCpp.source, "sqlite3"), "**.h")
}