5 lines
163 B
CMake
5 lines
163 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
idf_component_register(SRCS "RemindMe.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES json spiffs) |