Files
firmware/components/config/CMakeLists.txt

5 lines
199 B
CMake

idf_component_register(SRCS "ConfigManager.cpp"
PRIV_REQUIRES constants nvs_flash
REQUIRES flatbuffers
INCLUDE_DIRS "include")