diff --git a/Applications/CartographicDBValidation/CMakeLists.txt b/Applications/CartographicDBValidation/CMakeLists.txt
index 72102e12b4ac091d6410e19542866b128edb7172..0d3142f25e144476b63e47249b057025f2115cc8 100644
--- a/Applications/CartographicDBValidation/CMakeLists.txt
+++ b/Applications/CartographicDBValidation/CMakeLists.txt
@@ -5,4 +5,7 @@ OTB_CREATE_APPLICATION(NAME           ComputePolylineFeatureFromImage
 OTB_CREATE_APPLICATION(NAME           DSFuzzyModelEstimation
                        SOURCES        otbDSFuzzyModelEstimation.cxx
                        LINK_LIBRARIES OTBIO OTBFeatureExtraction OTBFuzzy)
-                       
\ No newline at end of file
+                       
+OTB_CREATE_APPLICATION(NAME           VectorDataDSValidation
+                       SOURCES        otbDataDSValidation.cxx
+                       LINK_LIBRARIES OTBIO OTBFeatureExtraction OTBFuzzy)