mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement debug menu item
This commit is contained in:
parent
58c978184c
commit
6b1c3b84ee
5 changed files with 154 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -15,6 +15,7 @@ SRCS = src/main.cpp\
|
|||
src/app/browser/header/bar/title.cpp\
|
||||
src/app/browser/header/bar/menu.cpp\
|
||||
src/app/browser/header/bar/menu/main.cpp\
|
||||
src/app/browser/header/bar/menu/main/debug.cpp\
|
||||
src/app/browser/header/bar/menu/main/quit.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue