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
- Host: GitHub
- URL: https://github.com/hugsy/modern-cpp-windows-driver-template
- Owner: hugsy
- License: mit
- Created: 2022-06-12T17:06:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T01:21:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T04:52:04.431Z (over 1 year ago)
- Topics: cmake, cpp20, driver, template, windows
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.