Simple cmkr template for a WDK kernel driver for Windows. The WDK package is based on FindWDK.
- Visual Studio 2022
- WDK 10
- CMake 3.15+
cmake -B build
cmake --build build --config Release
You can open build\MyDriver.sln in Visual Studio and work there.