MeshTalos/components/mpack/CMakeLists.txt
2025-12-03 20:59:51 +08:00

10 lines
275 B
CMake

idf_component_register(
SRCS
./src/mpack/mpack.c
# 2. Add public include directories
# The 'lfs.h' is in the current directory, so we include it.
# You may also want to include the ESP-IDF flash API headers
INCLUDE_DIRS
./src/mpack
)