File size: 308 Bytes
be903e2 | 1 2 3 4 5 6 7 8 9 10 11 12 | prefix=${pcfiledir}/../..
librarydir=${prefix}/lib
includedir=${prefix}/include
Name: ncnn
Description: high-performance neural network inference framework optimized for the mobile platform
Version: 1.0.20230913
URL: https://github.com/Tencent/ncnn
Libs: -L"${librarydir}" -lncnn
Cflags: -I"${includedir}"
|