Add FTGL dependency and text all the things
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
CFLAGS := -Wall -O3 -g -D_GNU_SOURCE
|
||||
LDFLAGS := -lm
|
||||
|
||||
CFLAGS += `pkg-config pugl-0 --cflags`
|
||||
LDFLAGS += `pkg-config pugl-0 --libs`
|
||||
CFLAGS += `pkg-config ftgl pugl-0 --cflags`
|
||||
LDFLAGS += `pkg-config ftgl pugl-0 --libs`
|
||||
|
||||
PUISRC := container.cpp
|
||||
PUISRC += label.cpp
|
||||
PUISRC += knob.cpp
|
||||
PUISRC += pui.cpp
|
||||
PUISRC += slider.cpp
|
||||
|
Reference in New Issue
Block a user