-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #6700. Creating generation header.
- Loading branch information
Michael Reuter
committed
Mar 13, 2013
1 parent
4dded9f
commit 8c90c72
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...antid/Vates/VatesSimpleGui/ViewWidgets/inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#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_ |