summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/WindowsKernelModeDriver.cmake
Commit message (Collapse)AuthorAgeFilesLines
* WindowsKernelModeDriver: Switch to appending to variablesJoseph Snyder2024-10-241-9/+4
| | | | | | | | When using the WindowsKernelModeDriver, do not add the new paths if the variable was not previously defined. Instead, append them to the existing value. Add a new GUID for the Experimental mode gate
* WindowsKernelModeDriver: Add WDK include and link paths on MSVCJoseph Snyder2024-09-031-0/+69
| | | | | | | | | 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.
* Windows: Add experimental WindowsKernelModeDriver platformKyle Edwards2023-07-171-0/+1