From cd42acff37c5568f0e8474cfd76c7b4d8150ca04 Mon Sep 17 00:00:00 2001 From: Martin Gels <gels@astron.nl> Date: Fri, 6 Mar 2009 09:34:04 +0000 Subject: [PATCH] bug 1005: Added tmp cmakefile. --- .gitattributes | 1 + lofar_config.h.cmake | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lofar_config.h.cmake diff --git a/.gitattributes b/.gitattributes index f1ab495d8d1..faddd3cd7e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1351,6 +1351,7 @@ doc/papers/2008/IEEE-SIG/speed.eps -text doc/papers/2008/IEEE-SIG/speed.jgr -text doc/papers/2008/IEEE-SIG/stationoverview.png -text doc/papers/2008/IEEE-SIG/telescope_overview.png -text +/lofar_config.h.cmake -text /lofstorman -text support/tools/BaseSimGUI/images/4.gif -text svneol=unset#unset support/tools/BaseSimGUI/images/5.gif -text svneol=unset#unset diff --git a/lofar_config.h.cmake b/lofar_config.h.cmake new file mode 100644 index 00000000000..4abd60fabb3 --- /dev/null +++ b/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_TOOLS 1 + +#define LOFARLOGGER_PACKAGE "LCS.Tools" + +#endif -- GitLab