diff options
author | Kevin M. Godby <kevin@godby.org> | 2017-09-27 03:02:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-27 11:56:09 (GMT) |
commit | 49dab3ebfb377e1f2cd826c731c26ddc5346f520 (patch) | |
tree | d747317bac5146d8c4bc8a3f65892d194ab7e00a /Help/manual/cmake-properties.7.rst | |
parent | c40d130034278e28964929e8d61f3280945b7531 (diff) | |
download | CMake-49dab3ebfb377e1f2cd826c731c26ddc5346f520.zip CMake-49dab3ebfb377e1f2cd826c731c26ddc5346f520.tar.gz CMake-49dab3ebfb377e1f2cd826c731c26ddc5346f520.tar.bz2 |
VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties.
The VS_SHADER_OUTPUT_HEADER_FILE property is the name of the generated
header file containing the object code of the shader.
The VS_SHADER_VARIABLE_NAME property is the name of the variable
containing the object code in the above header file.
Signed-off-by: Kevin M. Godby <kevin@godby.org>
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index eadd00d..0adfff6 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -392,7 +392,9 @@ Properties on Source Files /prop_sf/VS_SHADER_ENTRYPOINT /prop_sf/VS_SHADER_FLAGS /prop_sf/VS_SHADER_MODEL + /prop_sf/VS_SHADER_OUTPUT_HEADER_FILE /prop_sf/VS_SHADER_TYPE + /prop_sf/VS_SHADER_VARIABLE_NAME /prop_sf/VS_TOOL_OVERRIDE.rst /prop_sf/VS_XAML_TYPE /prop_sf/WRAP_EXCLUDE |