mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-06 21:37:46 +00:00
Examples: Use Clang in old Makefile.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#
|
||||
|
||||
#CXX = g++
|
||||
CXX = clang++
|
||||
|
||||
EXE = sdl_opengl3_example
|
||||
OBJS = main.o imgui_impl_sdl_gl3.o
|
||||
|
||||
Reference in New Issue
Block a user