[cmake-developers] Patch: Add the ability to specify SDK_REFERENCES for Visual Studio

Gilles Khouzam gilles.khouzam at microsoft.com
Fri Jun 17 17:34:25 EDT 2016


This patch is to add the ability with Visual Studio generators to add references to SDKs. This is similar to the DESKTOP, IOT and MOBILE extensions for Windows 10, but makes the process more generic, using the Property VS_SDK_REFERENCES as a semi-colon separated list.

For example, adding a reference to the AdMediatorSDK would look something like this:

set_property(TARGET ${EXE_NAME} PROPERTY VS_SDK_REFERENCES "Microsoft.AdMediatorWindows81, Version=1.0")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160617/83949e61/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-VS_SDK_REFERENCES.patch
Type: application/octet-stream
Size: 4338 bytes
Desc: 0001-VS_SDK_REFERENCES.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160617/83949e61/attachment.obj>


More information about the cmake-developers mailing list