Skip to content
Snippets Groups Projects
Commit c1180045 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Correction nom PROJECT dans les CMakeLists.txt.

+ Ajout de "Examples" en suffix du nom.
parent 84c9af99
No related branches found
No related tags found
No related merge requests found
PROJECT(BasicFilters)
PROJECT(BasicFiltersExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(LeeImageFilter LeeImageFilter.cxx )
......
PROJECT(FeatureExtraction)
PROJECT(ChangeDetectionExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(ChangeDetectionFrameworkExample ChangeDetectionFrameworkExample.cxx )
......
PROJECT(FeatureExtraction)
PROJECT(FeatureExtractionExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(AlignmentsExample AlignmentsExample.cxx )
......
PROJECT(Learning)
PROJECT(LearningExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(GenerateTrainingImageExample GenerateTrainingImageExample.cxx )
......
PROJECT(MultiScale)
PROJECT(MultiScaleExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(MorphologicalPyramidAnalysisFilterExample MorphologicalPyramidAnalysisFilterExample.cxx )
......
......@@ -2,7 +2,7 @@
# Examples on the use of segmentation algorithms
#
PROJECT(ImageSegmentation)
PROJECT(ImageSegmentationExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(ConnectedThresholdImageFilter ConnectedThresholdImageFilter.cxx )
......
PROJECT(Visu)
PROJECT(VisuExamples)
INCLUDE_REGULAR_EXPRESSION("^.*$")
#ADD_EXECUTABLE(GreyVisuExample GreyVisuExample.cxx )
......
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