Skip to content

build-cpp/wdk_template

Repository files navigation

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.