/llvm-msvc-windows-driver-template

Windows kernel driver template for cmkr and llvm-msvc.

Primary LanguageC++Boost Software License 1.0BSL-1.0

llvm-msvc-windows-driver-template

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

Requirements

Building win-x64 with llvm-msvc

cmake -Bbuild_x64 -Ax64 -TLLVM-MSVC_v143
cmake --build build_x64 --config Release

Building win-arm64 with llvm-msvc

cmake -Bbuild_arm64 -AARM64 -TLLVM-MSVC_v143
cmake --build build_arm64 --config Release

You can open build\llvm-msvc-driver-template.sln in Visual Studio and work there.