URI: 
       tCMakeLists.txt - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tCMakeLists.txt (168B)
       ---
            1 # Bed deformation models.
            2 add_library(earth OBJECT
            3   PointwiseIsostasy.cc
            4   BedDef.cc
            5   LingleClark.cc
            6   Null.cc
            7   LingleClarkSerial.cc
            8   greens.cc
            9   matlablike.cc
           10   )