From 4da432bd7b4cceb83fa9a03879b40237fa6af14b Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 9 Mar 2015 12:03:09 +0000 Subject: [PATCH] Examples: Makefile --- examples/opengl3_example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opengl3_example/Makefile b/examples/opengl3_example/Makefile index fa2665f7..c67ff83b 100644 --- a/examples/opengl3_example/Makefile +++ b/examples/opengl3_example/Makefile @@ -10,7 +10,7 @@ #CXX = g++ -OBJS = main.o +OBJS = main.o imgui_impl_glfw_gl3.o OBJS += ../../imgui.o OBJS += ../opengl_example/gl3w/GL/gl3w.o