Skip to content
Snippets Groups Projects
Commit d44e3984 authored by Martin Gels's avatar Martin Gels
Browse files

bug 1005: Added tmp cmakefile.

parent 17a2ab0a
No related branches found
No related tags found
No related merge requests found
...@@ -262,6 +262,7 @@ LCS/AMC/AMCImpl/src/AMCServer.cc -text ...@@ -262,6 +262,7 @@ LCS/AMC/AMCImpl/src/AMCServer.cc -text
LCS/AMC/amc_main_classes.png -text LCS/AMC/amc_main_classes.png -text
LCS/AMC/amc_package.png -text LCS/AMC/amc_package.png -text
LCS/ApplCommon/bootstrap -text LCS/ApplCommon/bootstrap -text
LCS/ApplCommon/lofar_config.h.cmake -text
LCS/ApplCommon/test/tObservation.in_conflict1 -text LCS/ApplCommon/test/tObservation.in_conflict1 -text
LCS/ApplCommon/test/tObservation.in_conflict2 -text LCS/ApplCommon/test/tObservation.in_conflict2 -text
LCS/ApplCommon/test/tObservation.in_conflict3 -text LCS/ApplCommon/test/tObservation.in_conflict3 -text
......
/* 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_APPLCOMMON 1
#define LOFARLOGGER_PACKAGE "LCS.ApplCommon"
#if !defined(HAVE_BOOST)
# define HAVE_BOOST 1
#endif
#if !defined(HAVE_READLINE)
# define HAVE_READLINE 1
#endif
#if !defined(HAVE_TOOLS)
# define HAVE_TOOLS 1
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment