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 (382B)
       ---
            1 
            2 # Verification tests.
            3 add_library (verif OBJECT
            4   TemperatureModel_Verification.cc
            5   iCMthermo.cc
            6   iceCompModel.cc
            7   PSVerification.cc
            8   BTU_Verification.cc
            9   tests/exactTestH.c
           10   tests/exactTestK.c
           11   tests/exactTestO.c
           12   tests/exactTestL.cc
           13   tests/exactTestsABCD.c
           14   tests/exactTestsFG.cc
           15   tests/exactTestsIJ.c
           16   tests/exactTestM.c
           17   tests/exactTestN.c
           18   tests/exactTestP.cc
           19 )