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
32 lines
733 B
Plaintext
32 lines
733 B
Plaintext
|
|
menuconfig UTILITIES_ENABLED
|
|
bool "Enable threerDparty utilities"
|
|
default n
|
|
|
|
config UTILITIES_FMT_ENABLED
|
|
bool "compile fmt lib"
|
|
default n
|
|
depends on UTILITIES_ENABLED
|
|
|
|
config UTILITIES_EASYMSGCPP_ENABLED
|
|
bool "compile easy-msg-cpp lib"
|
|
default n
|
|
depends on UTILITIES_ENABLED
|
|
|
|
config UTILITIES_BASE64_ENABLED
|
|
bool "compile base64 lib"
|
|
default n
|
|
depends on UTILITIES_ENABLED
|
|
|
|
config UTILITIES_INI_ENABLED
|
|
bool "compile ini lib"
|
|
default n
|
|
depends on UTILITIES_ENABLED
|
|
|
|
config UTILITIES_DYNAMIC
|
|
bool "compile threerDparty as dynamic(shared) lib"
|
|
default n
|
|
depends on UTILITIES_ENABLED
|
|
|
|
|