mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
14 lines
463 B
ReStructuredText
14 lines
463 B
ReStructuredText
CMAKE_WINDOWS_KMDF_VERSION
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
Specify the `Kernel-Mode Drive Framework`_ target version.
|
|
|
|
A :variable:`toolchain file <CMAKE_TOOLCHAIN_FILE>` that sets
|
|
:variable:`CMAKE_SYSTEM_NAME` to ``WindowsKernelModeDriver``
|
|
must also set ``CMAKE_WINDOWS_KMDF_VERSION`` to specify the
|
|
KMDF target version.
|
|
|
|
.. _`Kernel-Mode Drive Framework`: https://learn.microsoft.com/en-us/windows-hardware/drivers/wdf/kmdf-version-history
|