From 97616b960093329cbca0df8c8657a9a9d3513ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 9 Jun 2013 17:19:00 +0200 Subject: Initial commit --- config.h.in | 7 +++++++ 1 file changed, 7 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..49193ff --- /dev/null +++ b/config.h.in @@ -0,0 +1,7 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROJECT_NAME "${CMAKE_PROJECT_NAME}" +#define PROJECT_VERSION "${project_VERSION}" + +#endif // ! CONFIG_H -- cgit v1.2.3