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
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "itkProcessObject.h" #include "itkProcessObject.h"
#include "otbOGRDataSourceWrapper.h" #include "otbOGRDataSourceWrapper.h"
#include "otbSampleAugmentation.h" #include "otbSampleAugmentation.h"
#include "OTBSamplingExport.h"
namespace otb namespace otb
{ {
...@@ -42,7 +43,7 @@ namespace otb ...@@ -42,7 +43,7 @@ namespace otb
* \ingroup OTBSampling * \ingroup OTBSampling
*/ */
class ITK_EXPORT SampleAugmentationFilter : class OTBSampling_EXPORT SampleAugmentationFilter :
public itk::ProcessObject public itk::ProcessObject
{ {
public: public:
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "itkImageRegion.h" #include "itkImageRegion.h"
#include "itkVectorContainer.h" #include "itkVectorContainer.h"
#include <set> #include <set>
#include "OTBSamplingExport.h"
namespace otb namespace otb
{ {
...@@ -36,7 +37,7 @@ namespace otb ...@@ -36,7 +37,7 @@ namespace otb
* \ingroup OTBSampling * \ingroup OTBSampling
*/ */
class ITK_EXPORT SamplingRateCalculator class OTBSampling_EXPORT SamplingRateCalculator
: public itk::Object : public itk::Object
{ {
public: public:
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "otbSamplingRateCalculator.h" #include "otbSamplingRateCalculator.h"
#include "otbObjectList.h" #include "otbObjectList.h"
#include "OTBSamplingExport.h"
namespace otb namespace otb
{ {
...@@ -37,7 +38,7 @@ namespace otb ...@@ -37,7 +38,7 @@ namespace otb
* *
* \ingroup OTBSampling * \ingroup OTBSampling
*/ */
class ITK_EXPORT SamplingRateCalculatorList class OTBSampling_EXPORT SamplingRateCalculatorList
: public ObjectList<SamplingRateCalculator> : public ObjectList<SamplingRateCalculator>
{ {
public: public:
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
set(DOCUMENTATION "This module contains OTB sampling framework.") set(DOCUMENTATION "This module contains OTB sampling framework.")
otb_module(OTBSampling otb_module(OTBSampling
ENABLE_SHARED
DEPENDS DEPENDS
OTBCommon OTBCommon
OTBConversion OTBConversion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment