https://github.com/feelpp/feelpp
Raw File
Tip revision: c53600604eec37cc43909d155ac817ba7ec26840 authored by Christophe Prud'homme on 21 August 2023, 14:52:14 UTC
Merge pull request #2146 from feelpp/2143-clean-mor
Tip revision: c536006
genlist.sh
#! /bin/bash

# generate the list of files to be added to the CMakeLists.txt
find geo -name "*.[meshdgo]*" | sort > list
back to top