diff --git a/DMF/README.md b/DMF/README.md index 7523827..1d3e6b7 100644 --- a/DMF/README.md +++ b/DMF/README.md @@ -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!