Files
chargeflow/components/config/CMakeLists.txt
2025-12-21 23:28:26 +00:00

6 lines
132 B
CMake
Executable File

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