I want to compile and run multiple .cpp or .hpp files with Code Runner. Is this possible and if so, how?
Asked
Active
Viewed 533 times
0
-
Best way is to create a CMakeLists.txt and get the CMake Tools vscode extension. – rustyx Apr 21 '21 at 14:02
-
It might be more helpful if you explain what you are trying to accomplish overall. – Joe Davis Apr 21 '21 at 14:06
-
This seems the similar thing although it is golang: [vscode Code Runner cannot run multi go files](https://stackoverflow.com/questions/70859607/vscode-code-runner-cannot-run-multi-go-files) – Willis Jan 26 '22 at 08:29