CMake/Modules/Platform/WindowsKernelModeDriver-MSVC-CXX.cmake
Joseph Snyder b151bcfc9e WindowsKernelModeDriver: Add WDK include and link paths on MSVC
Detect Windows Kernel-Mode Driver include directories and library search
paths from the WDK command-line environment.  Require toolchain files to
specify the KMDF target version via a new variable.

Since this changes the behavior of the WindowsKernelModeDriver
experimental feature, update its UUID.
2024-09-03 11:10:35 -04:00

3 lines
62 B
CMake

include(Platform/Windows-MSVC-CXX)
__windows_kernel_mode(CXX)