CMakeLists.txt | CLion - CLion Help
www.jetbrains.com › help › clionMay 29, 2021 · CMakeLists.txt file contains a set of directives and instructions describing the project's source files and targets (executable, library, or both). When you create a new project, CLion generates CMakeLists.txt file automatically and places it in the project root directory.
C/C++ project with vscode, CMake
nvdungx.github.io › vscode-cmakeAug 01, 2021 · [Ctrl + Shift + P]: “cmake”, it will show you available operation with cmake extension. Click on configure, select the compiler and enter your project name. CMake extension request you to create a CMakeLists.txt for your project, and it should be like this.