An open API service indexing awesome lists of open source software.

https://github.com/trick-17/vscode-clang-build

vscode extension for clang-build https://github.com/Trick-17/clang-build
https://github.com/trick-17/vscode-clang-build

build-system clang vscode-extension

Last synced: 3 months ago
JSON representation

vscode extension for clang-build https://github.com/Trick-17/clang-build

Awesome Lists containing this project

README

        

# vscode-clang-build

This is a vscode extension to run `clang-build`. It removes the need to
use the CLI and makes it even easier to run builds.

## Features

- choose the build type (release, debug etc.)
- choose the target(s) to be built
- trigger builds

## Requirements

- `clang-build` (make sure it is in your system PATH)