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
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
|
|
menuconfig SIMPLEINI_ENABLED
|
|
bool "Enable simpleini"
|
|
default n
|
|
|
|
config SIMPLEINI_DYNAMIC
|
|
bool "compile simpleini as dynamic(shared) lib"
|
|
default n
|
|
depends on SIMPLEINI_ENABLED
|
|
|
|
|