Introduce ImGui Unity build
This commit is contained in:
parent
abdd19f5e5
commit
29f2abc7b5
217 changed files with 96708 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
LINK_FLAGS=-lm -lpthread -ldl -lm -lGLEW -lEGL -lGL -lGLU -lOpenGL -lglfw -lfreetype
|
||||
|
||||
CFLAGS=-I./include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread
|
||||
CFLAGS=-I./include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -Iimgui -pthread
|
||||
|
||||
.PHONY: hexnando
|
||||
hexnando: main.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue