This content originally appeared on DEV Community and was authored by Fred Williams
I am creating code in C++ and as I work through the development of the code I wanted to have the code run so that it pulled from all the classes of the program I created. I downloaded the Cmake and Cmake tools and intellisense. When I try to access the tools in the project in VScode the CMake tools will not aute populate in the command window and I cannot get the Cmake tools to build the order for my project. Can some please help me?
This content originally appeared on DEV Community and was authored by Fred Williams