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                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to