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

https://github.com/hugsy/modern-cpp-windows-driver-template

Windows driver template, using C++20 & cmake & GithubActions
https://github.com/hugsy/modern-cpp-windows-driver-template

cmake cpp20 driver template windows

Last synced: about 1 year ago
JSON representation

Windows driver template, using C++20 & cmake & GithubActions

Awesome Lists containing this project

README

          

Start with

```bash
gh repo create MyDriver --template hugsy/modern-cpp-windows-driver-template # --private
```

Then, grep & change the pattern `CHANGEME` with your project name.