Re: [cmake-developers] Get the list of files that will be installed by CMake?

2015-11-26 Thread J Decker
building the list of things to install and then using that list... the other way no. On Thu, Nov 26, 2015 at 11:33 AM, Robert Goulet wrote: > Hi all, > > > > Is there a way in CMake to get the list of files that are going to be > installed when we use the install command? Some kind of > CMAKE_IN

[cmake-developers] Get the list of files that will be installed by CMake?

2015-11-26 Thread Robert Goulet
Hi all, Is there a way in CMake to get the list of files that are going to be installed when we use the install command? Some kind of CMAKE_INSTALL_FILES_LIST or something like that? We would need to get that list of files so we can add them as "Content" to our Windows 10 UWP project (otherwise