mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
update dependencies
This commit is contained in:
parent
5d042b84b0
commit
125fb4ebdf
4
Makefile
4
Makefile
@ -5,7 +5,9 @@ LDFLAGS = `pkg-config --libs gtk4`
|
|||||||
|
|
||||||
# Define target executable and source files
|
# Define target executable and source files
|
||||||
TARGET = bin/Yoda
|
TARGET = bin/Yoda
|
||||||
SRCS = src/main.cpp $(wildcard src/**/*.cpp)
|
SRCS = src/*.cpp\
|
||||||
|
src/Yoda/*.cpp\
|
||||||
|
src/Yoda/Browser/*.cpp
|
||||||
|
|
||||||
OBJS = $(SRCS:.cpp=.o)
|
OBJS = $(SRCS:.cpp=.o)
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
#ifndef YODA_BROWSER_H
|
#ifndef YODA_BROWSER_H
|
||||||
#define YODA_BROWSER_H
|
#define YODA_BROWSER_H
|
||||||
|
|
||||||
|
// Dependencies
|
||||||
#include "../main.h"
|
#include "../main.h"
|
||||||
|
|
||||||
|
// Requirements
|
||||||
#include "Browser/Header.h"
|
#include "Browser/Header.h"
|
||||||
|
|
||||||
namespace Yoda
|
namespace Yoda
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef YODA_BROWSER_HEADER_H
|
#ifndef YODA_BROWSER_HEADER_H
|
||||||
#define YODA_BROWSER_HEADER_H
|
#define YODA_BROWSER_HEADER_H
|
||||||
|
|
||||||
#include "../../main.h"
|
// Dependencies
|
||||||
|
#include "../Browser.h"
|
||||||
|
|
||||||
namespace YodaBrowser
|
namespace YodaBrowser
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user