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