[cmake-developers] Windows 10 Store App - deploy content

Gilles Khouzam Gilles.Khouzam at microsoft.com
Thu Feb 25 19:44:14 EST 2016


We have a pull request on our branch that might be helpful by make them extensions.

https://github.com/Microsoft/CMake/pull/15


From: Robert Goulet [mailto:Robert.Goulet at autodesk.com]
Sent: Thursday, February 25, 2016 07:48
To: cmake-developers at cmake.org; Gilles Khouzam <Gilles.Khouzam at microsoft.com>
Subject: Windows 10 Store App - deploy content

Hi everyone,

When creating a Windows 10 Store App using CMake, how do we add DLL files that we do not build (provided by external packages) to the list of content files for deployment if they get copied to the output directory by the INSTALL step? We currently use install commands to copy dependencies to binaries output directory, and it looks like this won't work for Windows 10 Store App because they need to be part of the content deployment? i.e. set_source_files_properties(${FILES} PROPERTIES VS_DEPLOYMENT_CONTENT 1)

Any idea how I can solve that?

Thanks!

-Robert Goulet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160226/09f413fc/attachment-0001.html>


More information about the cmake-developers mailing list