You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and this is in main directory :
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")
Can u tell me what I write in cmakelist.txt completely and change whose that?
The text was updated successfully, but these errors were encountered:
amir-mhdi
changed the title
CMake Error: The source directory "ESP32_Alexa-master" does not appear to contain CMakeLists.txt.
CMakeLists.txt problem
Jan 24, 2021
Hi . I use esp-idf v4.2 in Eclipse in windows 10.
I wana run this project. buf have a problem ...
How can I add component directory and sub directories for include *.c & *.h files to project?
This is the cmakelist.txt in root directory :
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(alexa)
and this is in main directory :
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")
Can u tell me what I write in cmakelist.txt completely and change whose that?
The text was updated successfully, but these errors were encountered: