gomspace lib working

This commit is contained in:
2022-08-26 00:39:06 +02:00
parent 7a1dbf8456
commit d098ed6403
10 changed files with 78 additions and 75 deletions

View File

@ -23,6 +23,7 @@ if command -v ${cmake_fmt} &> /dev/null; then
for dir in ${folder_list[@]}; do
find ${dir} ${file_selectors} | xargs ${cmake_fmt} -i
done
${cmake_fmt} -i ./thirdparty/gomspace-sw/CMakeLists.txt
else
echo "No ${cmake_fmt} tool found, not formatting CMake files"
fi