Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open menuconfig becuase CMakeLists.txt is missing #100

Open
krupis opened this issue Apr 21, 2023 · 1 comment
Open

Cannot open menuconfig becuase CMakeLists.txt is missing #100

krupis opened this issue Apr 21, 2023 · 1 comment

Comments

@krupis
Copy link

krupis commented Apr 21, 2023

Hello. I have cloned the repository and tried to launch menuconfig. It does not seem to work. Is this known issue?

CMake Error: The source directory "C:/Users/petrikas.lu/Desktop/WORK/LEARNING/ESP32_TFT/ESP32_TFT_library" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
@SoniaZotz
Copy link

The following lines of boilerplate have to be in your project's

CMakeLists in this exact order for cmake to work correctly

cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants