[cmake-developers] [CMake 0015651]: Missing information in documentation about creation OS X/iOS Frameworks

Mantis Bug Tracker mantis at public.kitware.com
Tue Jul 14 07:22:27 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15651 
====================================================================== 
Reported By:                gang65
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15651
Category:                   Documentation
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-07-14 07:22 EDT
Last Modified:              2015-07-14 07:22 EDT
====================================================================== 
Summary:                    Missing information in documentation about creation
OS X/iOS Frameworks
Description: 
The Cmake documentation is not updated with information about how to create OS X
Frameworks:
http://www.cmake.org/cmake/help/v3.2/command/set_target_properties.html

More information about Frameworks:
https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html#//apple_ref/doc/uid/20002253-BAJEJJAB

It is possible to create OS X and iOS Framework with following CMake code:

set_target_properties(ReflectionIOS PROPERTIES
  OUTPUT_NAME Reflection
  FRAMEWORK TRUE
  FRAMEWORK_VERSION A
  PUBLIC_HEADER REFLECTION_INCLUDE_FILES
)

Could you please update documentation:
http://www.cmake.org/cmake/help/v3.2/command/set_target_properties.html

Thanks.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-07-14 07:22 gang65         New Issue                                    
======================================================================



More information about the cmake-developers mailing list