mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 04:28:47 +02:00
Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted.
Other examples will follow.
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#
|
||||
# Cross Platform Make file
|
||||
#
|
||||
# Cross Platform Makefile
|
||||
# Compatible with Ubuntu 14.04.1 and Mac OS X
|
||||
#
|
||||
#
|
||||
@ -11,7 +10,7 @@
|
||||
|
||||
#CXX = g++
|
||||
|
||||
OBJS = main.o
|
||||
OBJS = main.o imgui_impl_glfw.o
|
||||
OBJS += ../../imgui.o
|
||||
|
||||
UNAME_S := $(shell uname -s)
|
||||
|
Reference in New Issue
Block a user