From a53841760496243947360d5b34ddc8096969acd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 30 Oct 2009 07:54:43 +0000 Subject: [PATCH] doh --- library/config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 library/config.h.cmake diff --git a/library/config.h.cmake b/library/config.h.cmake new file mode 100644 index 000000000..3c700a36f --- /dev/null +++ b/library/config.h.cmake @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#cmakedefine MEMXML_DATA_PATH @MEMXML_DATA_PATH@ + +#endif // CONFIG_H \ No newline at end of file