CMakeLists.txt 189 bytes
cmake_minimum_required (VERSION 2.8)
OTB_CREATE_APPLICATION(NAME           LSGRM
                       SOURCES        otbLSGRM.cxx
                       LINK_LIBRARIES OTBCommon OTBGRM)