mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update includes
This commit is contained in:
parent
03142993c9
commit
4a8b84d57e
3 changed files with 3 additions and 4 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue