TDengine/build.sh
2022-08-09 20:43:02 +08:00

8 lines
154 B
Bash
Executable file

#!/bin/bash
if [ ! -d debug ]; then
mkdir debug || echo -e "failed to make directory for build"
fi
cd debug && cmake .. -DBUILD_TOOLS=true && make