mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00

* Add Sophgo Device add sophgo backend in fastdeploy add resnet50, yolov5s, liteseg examples. * replace sophgo lib with download links; fix model.cc bug * modify CodeStyle * remove unuseful files;change the names of sophgo device and sophgo backend * sophgo support python and add python examples * remove unuseful rows in cmake according pr Co-authored-by: Zilong Xing <zilong.xing@sophgo.com>
7 lines
232 B
CMake
7 lines
232 B
CMake
CMAKE_MINIMUM_REQUIRED (VERSION 3.10)
|
|
|
|
find_package(libsophon REQUIRED)
|
|
message(${LIBSOPHON_LIB_DIRS})
|
|
include_directories(${LIBSOPHON_INCLUDE_DIRS})
|
|
message(${LIBSOPHON_LIB_DIRS})
|
|
set(SOPHGO_RT_LIB ${LIBSOPHON_LIB_DIRS}/libbmrt.so) |