Custom build folder #2349
Closed
preetham05
started this conversation in
General
Replies: 1 comment
-
This should be possible regardless of whether you use CMake Presets or Kits + Variants. With presets, you would set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using cmake extension in vscode for building my embedded applications. My application needs to be build for multiple embedded targets. Is it possible to place all my build outputs in a separate folder specific to each board I build.. For example when I specify my board name using -DBOARD during compile time, could cmake extension create a folder under build for the board and place all the build files there?
Beta Was this translation helpful? Give feedback.
All reactions