Skip to content
Snippets Groups Projects

Resolve "Migrate code to OTB 8.x"

Merged Luc Hermitte requested to merge 5-migrate-code-to-otb-8-x into master
Files
8
+ 7
1
#
# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
# Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of S1Tiling remote module for Orfeo Toolbox
#
@@ -38,3 +38,9 @@ otb_create_application(
SOURCES otbSARCartesianMeanEstimation2.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
OTB_CREATE_APPLICATION(
NAME SARDEMProjection2
SOURCES otbSARDEMProjection2.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES}
)
Loading