Skip to content
Snippets Groups Projects
Commit 8c90c72c authored by Michael Reuter's avatar Michael Reuter
Browse files

Refs #6700. Creating generation header.

parent 4dded9f8
No related branches found
No related tags found
No related merge requests found
...@@ -161,3 +161,5 @@ Desktop.ini ...@@ -161,3 +161,5 @@ Desktop.ini
# Mac OS X Finder # Mac OS X Finder
.DS_Store .DS_Store
Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h
...@@ -4,6 +4,7 @@ project( MantidVatesSimpleGuiViewWidgets ) ...@@ -4,6 +4,7 @@ project( MantidVatesSimpleGuiViewWidgets )
set( INCLUDE_FILES set( INCLUDE_FILES
inc/MantidVatesSimpleGuiViewWidgets/ColorSelectionWidget.h inc/MantidVatesSimpleGuiViewWidgets/ColorSelectionWidget.h
inc/MantidVatesSimpleGuiViewWidgets/ColorUpdater.h inc/MantidVatesSimpleGuiViewWidgets/ColorUpdater.h
inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h
inc/MantidVatesSimpleGuiViewWidgets/MdViewerWidget.h inc/MantidVatesSimpleGuiViewWidgets/MdViewerWidget.h
inc/MantidVatesSimpleGuiViewWidgets/MultisliceView.h inc/MantidVatesSimpleGuiViewWidgets/MultisliceView.h
inc/MantidVatesSimpleGuiViewWidgets/StandardView.h inc/MantidVatesSimpleGuiViewWidgets/StandardView.h
...@@ -101,6 +102,9 @@ MantidQtSliceViewer ...@@ -101,6 +102,9 @@ MantidQtSliceViewer
MantidQtFactory MantidQtFactory
) )
configure_file ( ${CMAKE_CURRENT_SOURCE_DIR}/inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h.in
${CMAKE_CURRENT_SOURCE_DIR}/inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h )
if( SQUISH_FOUND ) if( SQUISH_FOUND )
# Need to set the AUT first # Need to set the AUT first
set( SQUISH_AUT MantidPlot ) set( SQUISH_AUT MantidPlot )
......
#ifndef LIBHELPER_H_
#define LIBHELPER_H_
#include <string>
namespace Mantid
{
namespace Vates
{
namespace SimpleGui
{
const std::string QUADVIEW_LIBRARY = "@CMAKE_SHARED_LIBRARY_PREFIX@QuadView@CMAKE_SHARED_LIBRARY_SUFFIX@";
} // namespace SimpleGui
} // namespace Vates
} // namespace Mantid
#endif // LIBHELPER_H_
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