Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 554 Bytes

Demo CMake Tools Bashrc

Issue: microsoft/vscode-cmake-tools#3705

  1. Configure the project on the command-line:

    git clone https://github.com/hwhsu1231-demo/demo-cmake-tools-bashrc.git
    cd demo-cmake-tools-bashrc
    cmake --preset default
  2. Configure the project in the VSCode with CMake Tools:

    code .

    And then:

    1. Press Ctrl+Shift+P.
    2. Type CMake: Select Configure Preset and select default.
    3. Type CMake: Delete Cache and Reconfigure.