From 725cc15e070e9918dbd6265d63460795d236ec5e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 9 Apr 2015 16:44:08 +0200 Subject: [PATCH] add simple c test file --- cimgui/Makefile | 1 + cimgui/test.c | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 cimgui/test.c 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