Creating CMakeLists.txt file

Create CMakeLists.txt A typical C/C++ SDK uses the CMake build automation tool which needs us to create “CMakeLists.txt”, containing the instructions describing the project sources files and targets. In Visual Studio Code: Menu > File > New File Menu > File > Save As > “CMakeLists.txt” An example to paste this code into the file: […]

Read More