stm32_serDes_protobuf_project/bld
2024-03-28 17:25:38 +03:00

9 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
clear
echo "Running CMake..."
cmake -S . -B build
cmake --build build
if [ $? -ne 0 ]; then
exit 1
fi