Replies: 1 comment 1 reply
-
I don't know. Have you tried the CMake Tools extension? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running CMake allows you to put your build output anywhere in the project. Even having multiple output folders is possible, like for instance builds with different compiler options. A build can have multiple targets, and for each target a launch config will have to be specified. Instead of manually adding a launch configuration for every target in every build output folder I'd like to understand if this can be done as a step in my build. Or if there is a better way.
Thx
Beta Was this translation helpful? Give feedback.
All reactions