1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Examples: Makefile

This commit is contained in:
ocornut 2015-03-09 12:03:09 +00:00
parent 99ed567577
commit 4da432bd7b

View File

@ -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