diff options
author | Robert Goulet <robert.goulet@autodesk.com> | 2015-01-26 19:16:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-28 14:29:50 (GMT) |
commit | 4775c90145da7ec8a5a87ce5b8b88dc4fc8c1925 (patch) | |
tree | b170136fef685ce53b85e1c7637583f875333966 /Help/manual | |
parent | a47b904db242abb903a968bd6109bc8a07d3c39a (diff) | |
download | CMake-4775c90145da7ec8a5a87ce5b8b88dc4fc8c1925.zip CMake-4775c90145da7ec8a5a87ce5b8b88dc4fc8c1925.tar.gz CMake-4775c90145da7ec8a5a87ce5b8b88dc4fc8c1925.tar.bz2 |
VS: Add source file property to set extra hlsl shader flags
Create a VS_SHADER_FLAGS source file property so that we can set all
other Visual Studio .hlsl shader file compilation flags.
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 68954c5..25f989f 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -294,6 +294,7 @@ Properties on Source Files /prop_sf/VS_DEPLOYMENT_CONTENT /prop_sf/VS_DEPLOYMENT_LOCATION /prop_sf/VS_SHADER_ENTRYPOINT + /prop_sf/VS_SHADER_FLAGS /prop_sf/VS_SHADER_MODEL /prop_sf/VS_SHADER_TYPE /prop_sf/WRAP_EXCLUDE |