From 7657b54dbcdcac5bd4e1065aca17751378d6960b Mon Sep 17 00:00:00 2001 From: Guillaume Borrut <guillaume.borrut@c-s.fr> Date: Tue, 27 Jan 2009 18:18:40 +0100 Subject: [PATCH] BUG : executable in the wrong file --- Testing/Code/FeatureExtraction/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt index 9cda5af697..5c60829e89 100644 --- a/Testing/Code/FeatureExtraction/CMakeLists.txt +++ b/Testing/Code/FeatureExtraction/CMakeLists.txt @@ -1110,6 +1110,7 @@ otbImageToHessianDeterminantImageFilterNew.cxx otbImageToHessianDeterminantImageFilter.cxx otbImageFittingPolygonListFilter.cxx otbImageFittingPolygonListFilterNew.cxx +otbSimplePointCountStrategyTest.cxx ) SET(BasicFeatureExtraction_SRCS10 otbImageToSURFKeyPointSetFilterNew.cxx @@ -1121,7 +1122,6 @@ otbImageToFastSIFTKeyPointSetFilterOutputInterestPointAscii.cxx otbKeyPointSetsMatchingFilterNew.cxx otbKeyPointSetsMatchingFilter.cxx otbLandmarkNew.cxx -otbSimplePointCountStrategyTest.cxx ) SET(BasicFeatureExtraction_SRCS11 otbCloudDetectionFilterNew.cxx -- GitLab