CMakeLists.txt 723 bytes
#=========================================================================
#  Program: Large Scale Generic Region Merging Library (GRM)
#  Language: C++
#  author: Lassalle Pierre
#  Copyright (c) Centre National d'Etudes Spatiales. All rights reserved
#  See grmlib-copyright.txt for details.
#     This software is distributed WITHOUT ANY WARRANTY; without even
#     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
#     PURPOSE.  See the above copyright notices for more information.
#=========================================================================add_library(OTBGRM 
add_library(OTBLSGRM 
			lsrmNeighborhood.cpp
			lpContour.cpp)
target_link_libraries(OTBLSGRM ${OTB_LIBRARIES})