We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed38f3 commit 5aaf0cdCopy full SHA for 5aaf0cd
examples/opengl3_example/Makefile
@@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s)
20
21
ifeq ($(UNAME_S), Linux) #LINUX
22
ECHO_MESSAGE = "Linux"
23
- CXXFLAGS = -I../../ `pkg-config --cflags glfw3`
+ CXXFLAGS = -I../../ -I../opengl_example/gl3w `pkg-config --cflags glfw3`
24
CXXFLAGS += -Wall
25
LIBS = `pkg-config --static --libs glfw3`
26
endif
0 commit comments