Files
TencentOS-tiny/components/connectivity/mqttclient/common/log/build.sh

7 lines
51 B
Bash

#!/bin/bash
mkdir -p build
cd build
cmake ..
make