1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-07 22:42:32 +02:00

Added build hint

This commit is contained in:
Benjamin Höglinger-Stelzer 2022-02-10 12:30:20 +01:00
parent bcc2fa1971
commit 90df6b2d1d

View File

@ -13,3 +13,5 @@ To include and link against [DMF](https://github.com/microsoft/DMF) simply clone
**Important:** if a `PropertySheets` group already exists, append the Import-Node(s) to that to avoid linker issues!
Drop the provided `DMF.props` into the project directory and all include and linker settings will be available. Works for both `KMDF` and `UMDF`.
Don't forget to build DMF at least once for all configurations and architectures your driver project uses, otherwise you're missing the required libraries to link against!