Skip to content

Commit

Permalink
add sqlite submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
emttiew committed Mar 15, 2024
1 parent d9a960a commit 1a46e2a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 269,039 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/sqlite"]
path = lib/sqlite
url = https://github.com/azadkuh/sqlite-amalgamation.git
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ endif()

include_directories(headers)
add_subdirectory(source)
add_subdirectory(lib)
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(sqlite)
1 change: 1 addition & 0 deletions lib/sqlite
Submodule sqlite added at 15d0ff
Loading

0 comments on commit 1a46e2a

Please sign in to comment.