浏览代码

Examples: Makefile

ocornut 10 年之前
父节点
当前提交
4da432bd7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/opengl3_example/Makefile

+ 1 - 1
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