diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-05-21 11:26:23 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-05-21 11:26:23 (GMT) |
commit | 26ea022c3bf081d9e1f7266e5ae52719cb59301b (patch) | |
tree | bb6502e2e76f187e929e6bb863d6356acee71e27 /Help/variable | |
parent | 1db0edb2a65b272a7c91e719e818da2e2ce49fb5 (diff) | |
download | CMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.zip CMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.tar.gz CMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.tar.bz2 |
Add variable CMAKE_FRAMEWORK
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_FRAMEWORK.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_FRAMEWORK.rst b/Help/variable/CMAKE_FRAMEWORK.rst new file mode 100644 index 0000000..591041c --- /dev/null +++ b/Help/variable/CMAKE_FRAMEWORK.rst @@ -0,0 +1,7 @@ +CMAKE_FRAMEWORK +--------------- + +Default value for :prop_tgt:`FRAMEWORK` of targets. + +This variable is used to initialize the :prop_tgt:`FRAMEWORK` property on +all the targets. See that target property for additional information. |