Files
2024-05-31 19:04:00 +08:00

16 lines
328 B
Plaintext

menuconfig NCNN_ENABLED
bool "Enable libncnn"
default n
config NCNN_ARM_LINUX_GNUEABIHF
bool "build on arm-linux-gnueabihf"
default y
depends on NCNN_ENABLED
config NCNN_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on NCNN_ENABLED