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

https://github.com/itavero/vscode-cpm-cmake-manager

Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.
https://github.com/itavero/vscode-cpm-cmake-manager

cmake cpm vscode vscode-extension

Last synced: about 1 year ago
JSON representation

Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.

Awesome Lists containing this project

README

          

# CPM.cmake Manager

Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.

## Features
* Show list of packages included using CPM.cmake in the Explorer view
* Each entry has a button to open the source directory of the package in a new window
* In case it is a Git repository, it will also try to fetch the latest tags from the remote repository and show if a newer version is available
* Provides a command to clean individual packages from the CPM.cmake source cache
* Provides a command to clean to global CPM.cmake source cache, which also triggers a clean and reconfigure of the CMake project

## Some things I might add in the future
* Show link to package's Git repository in the package list
* Ability to turn off automatic check for newer versions
* Ability to manually trigger to check for newer versions