mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 03:58:47 +02:00
Examples: Use Clang in old Makefile.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#
|
||||
|
||||
#CXX = g++
|
||||
CXX = clang++
|
||||
|
||||
EXE = opengl3_example
|
||||
OBJS = main.o imgui_impl_glfw_gl3.o
|
||||
|
Reference in New Issue
Block a user