summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst b/share/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst
new file mode 100755
index 0000000..e160bd6
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_tgt/VS_WINRT_COMPONENT.rst
@@ -0,0 +1,11 @@
+VS_WINRT_COMPONENT
+------------------
+
+Mark a target as a Windows Runtime component for the Visual Studio generator.
+Compile the target with ``C++/CX`` language extensions for Windows Runtime.
+For ``SHARED`` and ``MODULE`` libraries, this also defines the
+``_WINRT_DLL`` preprocessor macro.
+
+.. note::
+ Currently this is implemented only by Visual Studio generators.
+ Support may be added to other generators in the future.