diff options
author | Brad King <brad.king@kitware.com> | 2014-07-29 18:03:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-12 14:08:47 (GMT) |
commit | 9b4dc2ad4a82b233520015fdc5cbf5df1ed540f7 (patch) | |
tree | e443202093fd79ef3abcaa967cf894780111ea38 /Help/manual | |
parent | f063a914c649b1dfbcd1a02d381b4e94ad01ceaa (diff) | |
download | CMake-9b4dc2ad4a82b233520015fdc5cbf5df1ed540f7.zip CMake-9b4dc2ad4a82b233520015fdc5cbf5df1ed540f7.tar.gz CMake-9b4dc2ad4a82b233520015fdc5cbf5df1ed540f7.tar.bz2 |
VS: Add a source file property to mark content for Windows App deployment
Create a VS_DEPLOYMENT_CONTENT source file property, supporting
generator expressions, to compute whether a source file should be marked
as DeploymentContent or ExcludedFromBuild in Windows Phone and Windows
Store projects.
Inspired-by: Minmin Gong <minmin.gong@gmail.com>
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 17dadc2..3b7436a 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -287,6 +287,7 @@ Properties on Source Files /prop_sf/OBJECT_DEPENDS /prop_sf/OBJECT_OUTPUTS /prop_sf/SYMBOLIC + /prop_sf/VS_DEPLOYMENT_CONTENT /prop_sf/WRAP_EXCLUDE /prop_sf/XCODE_EXPLICIT_FILE_TYPE /prop_sf/XCODE_LAST_KNOWN_FILE_TYPE |