mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
update includes
This commit is contained in:
parent
03142993c9
commit
4a8b84d57e
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
# Define compiler and flags
|
||||
CXX = g++
|
||||
CXXFLAGS = `pkg-config --cflags gtkmm-4.0`
|
||||
LDFLAGS = `pkg-config --libs gtkmm-4.0`
|
||||
CXXFLAGS = `pkg-config --cflags gtkmm-4.0 glibmm-2.68`
|
||||
LDFLAGS = `pkg-config --libs gtkmm-4.0 glibmm-2.68`
|
||||
|
||||
# Define target executable and source files
|
||||
TARGET = bin/Yoda
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <glibmm/i18n.h>
|
||||
|
||||
#include <gtkmm/application.h>
|
||||
#include <gtkmm/applicationwindow.h>
|
||||
#include <gtkmm/headerbar.h>
|
||||
#include <gtkmm/menubutton.h>
|
||||
|
@ -1,5 +1,3 @@
|
||||
#include <gtkmm/application.h>
|
||||
|
||||
#include "app/browser.h"
|
||||
|
||||
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
|
||||
|
Loading…
x
Reference in New Issue
Block a user