Files

12 lines
215 B
Plaintext
Raw Permalink Normal View History

2024-04-10 12:21:46 +08:00
menuconfig SIMPLEINI_ENABLED
bool "Enable simpleini"
default n
config SIMPLEINI_DYNAMIC
bool "compile simpleini as dynamic(shared) lib"
default n
depends on SIMPLEINI_ENABLED