Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
43ff4b13
Commit
43ff4b13
authored
18 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
MAJ CMakeLists.txt avec ajout de la lib OTBFeatureExctraction dans le link.
parent
157fd483
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/FeatureExtraction/CMakeLists.txt
+13
-14
13 additions, 14 deletions
Examples/FeatureExtraction/CMakeLists.txt
with
13 additions
and
14 deletions
Examples/FeatureExtraction/CMakeLists.txt
+
13
−
14
View file @
43ff4b13
...
...
@@ -2,48 +2,47 @@ PROJECT(FeatureExtraction)
INCLUDE_REGULAR_EXPRESSION
(
"^.*$"
)
ADD_EXECUTABLE
(
AlignmentsExample AlignmentsExample.cxx
)
TARGET_LINK_LIBRARIES
(
AlignmentsExample OTBCommon OTBIO ITKCommon
TARGET_LINK_LIBRARIES
(
AlignmentsExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon
ITKIO
)
ADD_EXECUTABLE
(
TouziEdgeDetectorExample TouziEdgeDetectorExample.cxx
)
TARGET_LINK_LIBRARIES
(
TouziEdgeDetectorExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
TouziEdgeDetectorExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
HarrisExample HarrisExample.cxx
)
TARGET_LINK_LIBRARIES
(
HarrisExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
HarrisExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
ComplexMomentImageExample ComplexMomentImageExample.cxx
)
TARGET_LINK_LIBRARIES
(
ComplexMomentImageExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
ComplexMomentImageExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
ComplexMomentPathExample ComplexMomentPathExample.cxx
)
TARGET_LINK_LIBRARIES
(
ComplexMomentPathExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
ComplexMomentPathExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
HuMomentImageExample HuMomentImageExample.cxx
)
TARGET_LINK_LIBRARIES
(
HuMomentImageExample OTBCommon OTBIO ITKCommon
ITKIO
)
TARGET_LINK_LIBRARIES
(
HuMomentImageExample OTBFeatureExtraction OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
FlusserMomentImageExample FlusserMomentImageExample.cxx
)
TARGET_LINK_LIBRARIES
(
FlusserMomentImageExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
FlusserMomentImageExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
RatioLineDetectorExample RatioLineDetectorExample.cxx
)
TARGET_LINK_LIBRARIES
(
RatioLineDetectorExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
RatioLineDetectorExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
CorrelationLineDetectorExample CorrelationLineDetectorExample.cxx
)
TARGET_LINK_LIBRARIES
(
CorrelationLineDetectorExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
CorrelationLineDetectorExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
AssymmetricFusionOfLineDetectorExample
AssymmetricFusionOfLineDetectorExample.cxx
)
TARGET_LINK_LIBRARIES
(
AssymmetricFusionOfLineDetectorExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
AssymmetricFusionOfLineDetectorExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
LocalHoughExample LocalHoughExample.cxx
)
TARGET_LINK_LIBRARIES
(
LocalHoughExample ITKIO OTBIO OTBCommon ITKCommon gdal
)
TARGET_LINK_LIBRARIES
(
LocalHoughExample ITKIO OTBIO
OTBFeatureExtraction
OTBCommon ITKCommon gdal
)
ADD_EXECUTABLE
(
ExtractSegmentsByStepsExample
ExtractSegmentsByStepsExample.cxx
)
TARGET_LINK_LIBRARIES
(
ExtractSegmentsByStepsExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
ExtractSegmentsByStepsExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
ADD_EXECUTABLE
(
ExtractSegmentsExample
ExtractSegmentsExample.cxx
)
TARGET_LINK_LIBRARIES
(
ExtractSegmentsExample OTBCommon OTBIO ITKCommon ITKIO
)
TARGET_LINK_LIBRARIES
(
ExtractSegmentsExample
OTBFeatureExtraction
OTBCommon OTBIO ITKCommon ITKIO
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment