diff --git a/cimgui/Makefile b/cimgui/Makefile index 01a0103..732c63a 100644 --- a/cimgui/Makefile +++ b/cimgui/Makefile @@ -5,6 +5,7 @@ OBJS = cimgui.o OBJS += fontAtlas.o OBJS += drawList.o +OBJS += test.o OBJS += ../imgui/imgui.o UNAME_S := $(shell uname -s) diff --git a/cimgui/test.c b/cimgui/test.c new file mode 100644 index 0000000..8e6badf --- /dev/null +++ b/cimgui/test.c @@ -0,0 +1,2 @@ + +#include "cimgui.h" \ No newline at end of file