mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-26 02:14:06 +08:00
6bad97351f
add dlpack
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
make || exit -1
|
|
mkdir -p build
|
|
cd build
|
|
cmake .. || exit -1
|
|
make || exit -1
|