Sure thing. I am not able to upload files directly here (as a new user), but I’ve uploaded a sample to Google Drive. See here: https://drive.google.com/file/d/1hE0VSUc8-EKMMz48vBZMKL-Uad4iGs-f/view?usp=sharing
A couple notes:
- You need the WDK to compile this. I’m using WDK for Windows 10, Version 1903: https://docs.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads.
- I am calling cmake with the following arguments, as I am compiling for SDK 10.0.18362:
cmake .. -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION=10.0.18362.0 -DCMAKE_SYSTEM_VERSION=10.0.18362.0
Let me know if you run into any issues! Thanks again.