Replies: 1 comment
-
The only way to do this would be to define a configure task and set the "cwd" option,
Here is the link to the tasks documentation: https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/tasks.md |
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 want that running the 'pwd' command can return the source-dir in CMakeLists.txt when CMake-Tool do configure. I notice that the current-dir is the path where 'nodojs' be, instead of the soruce-dir. So how can I to change the current-dir, such as run ‘cd source-dir’ before CMake-Tools run cmake. Thanks brothers
Beta Was this translation helpful? Give feedback.
All reactions