You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
16 lines
328 B
Plaintext
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
|
|
|