Skip to content
Snippets Groups Projects
Commit 814cd85d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: proper export of library OTBSampling

parent 1e911237
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
#include "itkProcessObject.h"
#include "otbOGRDataSourceWrapper.h"
#include "otbSampleAugmentation.h"
#include "OTBSamplingExport.h"
namespace otb
{
......@@ -42,7 +43,7 @@ namespace otb
* \ingroup OTBSampling
*/
class ITK_EXPORT SampleAugmentationFilter :
class OTBSampling_EXPORT SampleAugmentationFilter :
public itk::ProcessObject
{
public:
......
......@@ -24,6 +24,7 @@
#include "itkImageRegion.h"
#include "itkVectorContainer.h"
#include <set>
#include "OTBSamplingExport.h"
namespace otb
{
......@@ -36,7 +37,7 @@ namespace otb
* \ingroup OTBSampling
*/
class ITK_EXPORT SamplingRateCalculator
class OTBSampling_EXPORT SamplingRateCalculator
: public itk::Object
{
public:
......
......@@ -23,6 +23,7 @@
#include "otbSamplingRateCalculator.h"
#include "otbObjectList.h"
#include "OTBSamplingExport.h"
namespace otb
{
......@@ -37,7 +38,7 @@ namespace otb
*
* \ingroup OTBSampling
*/
class ITK_EXPORT SamplingRateCalculatorList
class OTBSampling_EXPORT SamplingRateCalculatorList
: public ObjectList<SamplingRateCalculator>
{
public:
......
......@@ -21,6 +21,7 @@
set(DOCUMENTATION "This module contains OTB sampling framework.")
otb_module(OTBSampling
ENABLE_SHARED
DEPENDS
OTBCommon
OTBConversion
......
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