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 (304B)
       ---
            1 if (Pism_BUILD_EXTRA_EXECS)
            2 
            3   foreach (TEST IN ITEMS
            4       ssa_testi ssa_testj ssa_test_const ssa_test_linear ssa_test_plug ssa_test_cfbc)
            5     add_executable (${TEST} ${TEST}.cc)
            6     target_link_libraries (${TEST} pism)
            7     install (TARGETS ${TEST} DESTINATION ${Pism_BIN_DIR})
            8   endforeach()
            9 
           10 endif ()