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 (307B)
       ---
            1 # PISM-side code used by IceBin (https://github.com/citibeth/icebin).
            2 
            3 add_library (pismicebin
            4   ${EVERYTRACE_cf_mpi_REFADDR}
            5   IBIceModel.cc
            6   IBSurfaceModel.cc
            7   MassEnergyBudget.cc
            8   VecBundleWriter.cc
            9   )
           10 target_link_libraries (pismicebin pism)
           11 
           12 install (TARGETS pismicebin DESTINATION ${Pism_LIB_DIR})