mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init session db class
This commit is contained in:
parent
814b25a946
commit
7a04fb8920
6 changed files with 65 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -11,7 +11,8 @@ SRCS = src/main.cpp\
|
|||
src/app/browser/header/menu.cpp\
|
||||
src/app/browser/header/tab.cpp\
|
||||
src/app/browser/page.cpp\
|
||||
src/lib/database.cpp
|
||||
src/lib/database.cpp\
|
||||
src/lib/database/session.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue