Skip to content
Snippets Groups Projects
Commit 4bccfa6d authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: add ENABLE_SHARED option for modules (msvc dll)

parent 75838210
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ several purposes: sensor models (especially RPC), metadata parsers, DEM handlers
so on.")
otb_module(OTBOSSIMAdapters
ENABLE_SHARED
DEPENDS
OTBOpenThreads
OTBITK
......
set(DOCUMENTATION "TODO")
otb_module(OTBCommandLineParser
ENABLE_SHARED
DEPENDS
OTBCommon
OTBITK
......
set(DOCUMENTATION "TO BE DOCUMENTED")
otb_module(OTBCommon
ENABLE_SHARED
DEPENDS
OTBBoost
OTBITK
......
......@@ -2,6 +2,7 @@ set(DOCUMENTATION "This module contains base classes that allow the
representation of mono- and multiband images.")
otb_module(OTBImageBase
ENABLE_SHARED
DEPENDS
OTBCommon
OTBITK
......
......@@ -4,6 +4,7 @@ useful when big images must be processed: processing is done piecewise, which pr
the system from running out of memory.")
otb_module(OTBStreaming
ENABLE_SHARED
DEPENDS
OTBCommon
OTBITK
......
......@@ -4,6 +4,7 @@ itk -see itk::Transform-). this mainly concerns transformations of coordinates
from any map projection or sensor model to any map projection or sensor model.")
otb_module(OTBTransform
ENABLE_SHARED
DEPENDS
OTBBoost
OTBCommon
......
......@@ -2,6 +2,7 @@ set(DOCUMENTATION "This module contains base classes for representing vector
data (see also VectorDataIO and VectorDataManipulation modules).")
otb_module(OTBVectorDataBase
ENABLE_SHARED
DEPENDS
OTBCommon
OTBGDAL
......
......@@ -6,6 +6,7 @@ generically related to this purpose. for instance, user can handle OGR data type
solvers, re-project input vector data over input images, and so on.")
otb_module(OTBProjection
ENABLE_SHARED
DEPENDS
OTBBoostAdapters
OTBCommon
......
......@@ -7,6 +7,7 @@ the vector elements available. retrieve Longitude and Latitude coordinates from
place name. And so on.")
otb_module(OTBCarto
ENABLE_SHARED
DEPENDS
OTBCommon
OTBCurlAdapters
......
......@@ -2,6 +2,7 @@ set(DOCUMENTATION "This module contains features to read and write images with
GDAL.")
otb_module(OTBIOGDAL
ENABLE_SHARED
DEPENDS
OTBVectorDataBase
OTBGdalAdapters
......
......@@ -2,6 +2,7 @@ set(DOCUMENTATION "This module contains features to read and write TileMap
format images.")
otb_module(OTBIOTileMap
ENABLE_SHARED
DEPENDS
OTBITK
OTBImageBase
......
......@@ -3,6 +3,7 @@ classification and regression framework, currently based on
OpenCV and/or libSVM")
otb_module(OTBSupervised
ENABLE_SHARED
DEPENDS
OTBBoost
OTBCommon
......
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