Files
chargeflow/components/config/CMakeLists.txt

6 lines
132 B
CMake

set(srcs
"board_config.c")
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES
INCLUDE_DIRS "include")