You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically the build folder is ephemeral and shouldn't include files that should get checked into SCC. The CMakeLists.txt should instead be placed in the project root and then a build folder can be made and from within that cmake .. can be run or the cmake extension for VS Code can be configured to look at the project root and then put cmake configuration output in build.
This will then also impact later steps and how they refer to source paths.
The text was updated successfully, but these errors were encountered:
Typically the build folder is ephemeral and shouldn't include files that should get checked into SCC. The CMakeLists.txt should instead be placed in the project root and then a build folder can be made and from within that
cmake ..
can be run or the cmake extension for VS Code can be configured to look at the project root and then put cmake configuration output in build.This will then also impact later steps and how they refer to source paths.
The text was updated successfully, but these errors were encountered: