https://github.com/feelpp/feelpp
Raw File
Tip revision: 6fff6ec3e0e862460e6ef3bbebe694fa9b8886ba authored by Thibaut METIVET on 25 April 2023, 13:12:04 UTC
Merge remote-tracking branch 'origin/develop' into feature/ls-adr
Tip revision: 6fff6ec
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