mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
295 B
ReStructuredText
10 lines
295 B
ReStructuredText
FRAMEWORK
|
|
---------
|
|
|
|
This target is a framework on the Mac.
|
|
|
|
If a shared library target has this property set to true it will be
|
|
built as a framework when built on the mac. It will have the
|
|
directory structure required for a framework and will be suitable to
|
|
be used with the -framework option
|