Files
module-localstorage/build.sh
2024-06-19 14:19:46 +08:00

10 lines
159 B
Bash
Executable File

#!/bin/bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
mkdir build
cd build
cmake ..
make
cp -f liblocalstorage.so ../target