mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
draft url parser lib
This commit is contained in:
parent
fcd1898f4a
commit
83def8fb85
4 changed files with 58 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -24,7 +24,8 @@ SRCS = src/main.cpp\
|
|||
src/app/browser/main/tab/data/navbar/update.cpp\
|
||||
src/app/browser/main/tab/label.cpp\
|
||||
src/lib/database.cpp\
|
||||
src/lib/database/session.cpp
|
||||
src/lib/database/session.cpp\
|
||||
src/lib/url.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue