Relative Content

Tag Archive for visual-studio-codecmake

New to VSCore, how can I make this setup work?

I have a project that I am not in control of the file structure. The file structure contains project files for different operating systems, and I am expect to make it work with linux (the code is portable).

CMake and VSCode how to set build type

I’m learning CMake and VSCode at the same time. I’m aware of CMAKE_BUILD_TYPE so it seems like there are some presets. And googling around it seems like I should be able to select from them down here?