Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cmake/wdk7.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# WDK7-only CMake toolchain.
#
# WDK7 CMake toolchain version: v1.0.1.
# Downstream repositories should keep this file in sync with this source copy.
# Canonical source:
# https://github.com/tinysec/setup-wdk7/blob/master/cmake/wdk7.cmake
# Downstream repositories may copy this file, but must not modify their local
# copies. Update downstream copies only by syncing from the canonical source.
#
# Usage:
# cmake -S . -B build-wdk7 -G "NMake Makefiles" ^
Expand Down
Loading