-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake file for Windows #27
Comments
Hello. The target SDK version is set for convenience reasons and should actually work fine if you install the newest update of VS2015 Express for Desktop (should be Update 3 at the moment of writing) and the Windows SDK. Let me know if that works out for you since there is an alternative solution if you can't get it running. |
I can confirm, retargetting for some reason doesn't work. I have trouble changing SDK version in VS2015. Tried solution for 2013 and it worked up to point when I got this error: |
vsyasm is only used for the clipwebm plugin so you should be able to just ignore it. The fixed SDK version is 10.0.10586.0. Newer versions might not work right on older Windows 10 installations (yay, MS) which is why we decided to freeze it there. |
Hi, I'm having trouble building with the solution files provided (problems with target compiler changing, etc. that don't seem to be resolvable for some reason) and was hoping to use CMake to compile from my environment.
Would this perhaps be available?
The text was updated successfully, but these errors were encountered: