An error occurred while loading the file. Please try again.
-
Julien Michel authored
COMP: AppFusion requires AppProjection at runtime because of BundleToPerfectSensor composite app. We should not allow building one without the other.
4d6f6460
#
# Copyright (C) 2005-2017 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
set(DOCUMENTATION "Fusion of classifications application.")
otb_module(OTBAppFusion
DEPENDS
OTBITK
OTBPanSharpening
OTBImageBase
OTBApplicationEngine
OTBProjection
OTBInterpolation
OTBAppProjection
TEST_DEPENDS
OTBTestKernel
OTBCommandLine
DESCRIPTION
"${DOCUMENTATION}"
)