Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 483 Bytes

wdk_template

Simple cmkr template for a WDK kernel driver for Windows. The WDK package is based on FindWDK.

Requirements

  • Visual Studio 2022
  • WDK 10
  • CMake 3.15+

Building

cmake -B build
cmake --build build --config Release

You can open build\MyDriver.sln in Visual Studio and work there.