diff --git a/Applications/Util/CMakeLists.txt b/Applications/Util/CMakeLists.txt index f7d22c8990b9c5398b7dd38c822a6720760497a0..d649800bb0e4d009f70bb796f3744016d919dcf1 100644 --- a/Applications/Util/CMakeLists.txt +++ b/Applications/Util/CMakeLists.txt @@ -54,3 +54,7 @@ OTB_CREATE_APPLICATION(NAME CompareImages OTB_CREATE_APPLICATION(NAME VectorDataSetField SOURCES otbVectorDataSetField.cxx LINK_LIBRARIES OTBBasicFilters) + +OTB_CREATE_APPLICATION(NAME VectorDataTransform + SOURCES otbVectorDataTransform.cxx + LINK_LIBRARIES OTBBasicFilters) \ No newline at end of file diff --git a/Applications/Utils/otbVectorDataTransform.cxx b/Applications/Util/otbVectorDataTransform.cxx similarity index 100% rename from Applications/Utils/otbVectorDataTransform.cxx rename to Applications/Util/otbVectorDataTransform.cxx