From c2e00ef3e27cc9fc82eed8bc6da966d68faebd94 Mon Sep 17 00:00:00 2001 From: Martin Gels <gels@astron.nl> Date: Fri, 6 Mar 2009 08:52:56 +0000 Subject: [PATCH] bug 1005: Added tmp cmakefile. --- .gitattributes | 1 + LCS/Common/lofar_config.h.cmake | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 LCS/Common/lofar_config.h.cmake diff --git a/.gitattributes b/.gitattributes index 8cbdc6acc4e..7d05e51c04d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -275,6 +275,7 @@ LCS/Blob/test/tBlobStream.in_le -text svneol=unset#unset LCS/CMakeLists.txt -text LCS/Common/CMakeLists.txt -text LCS/Common/include/Common/CMakeLists.txt -text +LCS/Common/lofar_config.h.cmake -text LCS/Common/src/CMakeLists.txt -text LCS/Common/src/Common-Model.cat -text LCS/Common/test/CMakeLists.txt -text diff --git a/LCS/Common/lofar_config.h.cmake b/LCS/Common/lofar_config.h.cmake new file mode 100644 index 00000000000..d0c98288e1a --- /dev/null +++ b/LCS/Common/lofar_config.h.cmake @@ -0,0 +1,14 @@ +/* Generated by lofar_init.m4 */ + +#ifndef LOFAR_CONFIG_H +#define LOFAR_CONFIG_H + +#if defined(HAVE_CONFIG_H) +#include <config.h> +#endif + +#define HAVE_LOFAR_COMMON 1 + +#define LOFARLOGGER_PACKAGE "LCS.Common" + +#endif -- GitLab