summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/prop_tgt/RESOURCE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/prop_tgt/RESOURCE.rst')
-rwxr-xr-xshare/cmake-3.2/Help/prop_tgt/RESOURCE.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/cmake-3.2/Help/prop_tgt/RESOURCE.rst b/share/cmake-3.2/Help/prop_tgt/RESOURCE.rst
deleted file mode 100755
index 1e9921d..0000000
--- a/share/cmake-3.2/Help/prop_tgt/RESOURCE.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-RESOURCE
---------
-
-Specify resource files in a FRAMEWORK shared library target.
-
-Shared library targets marked with the FRAMEWORK property generate
-frameworks on OS X and normal shared libraries on other platforms.
-This property may be set to a list of files to be placed in the
-Resources directory inside the framework folder. On non-Apple
-platforms these files may be installed using the RESOURCE option to
-the install(TARGETS) command.