From de8b897b31b62a207d16815d802cee7547f7d60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 22 Oct 2014 23:58:25 +0200 Subject: Initial commit Forked from termo's demo-draw.c --- config.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h.in (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..2e0b129 --- /dev/null +++ b/config.h.in @@ -0,0 +1,11 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROJECT_NAME "${CMAKE_PROJECT_NAME}" +#define PROJECT_VERSION "${project_VERSION}" +#define PROJECT_URL "${project_URL}" + +#cmakedefine HAVE_RESIZE_TERM + +#endif // ! CONFIG_H + -- cgit v1.2.3