[Cmake-commits] CMake branch, next, updated. v3.2.2-2291-gb91c0cc

Brad King brad.king at kitware.com
Wed Apr 29 11:17:53 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  b91c0cc2a33593ea5df4ff77805767789e296273 (commit)
       via  b91f8191c6c08be175a24d10601c51a8f804e22a (commit)
      from  80cd81884939304e1b6dc3c71274768b84f3639e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b91c0cc2a33593ea5df4ff77805767789e296273
commit b91c0cc2a33593ea5df4ff77805767789e296273
Merge: 80cd818 b91f819
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 29 11:17:52 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 29 11:17:52 2015 -0400

    Merge topic 'doc-target-file-types' into next
    
    b91f8191 fixup! Help: Revise buildsystem artifact file type documentation (#15539)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b91f8191c6c08be175a24d10601c51a8f804e22a
commit b91f8191c6c08be175a24d10601c51a8f804e22a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 29 11:17:39 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 29 11:17:39 2015 -0400

    fixup! Help: Revise buildsystem artifact file type documentation (#15539)

diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 8a820c6..c8525c2 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -767,6 +767,10 @@ An *archive* output artifact of a buildsystem target may be:
   library target created by the :command:`add_library` command
   with the ``SHARED`` option.
 
+* On DLL platforms: the import library file (e.g. ``.lib``) of an
+  executable target created by the :command:`add_executable` command
+  when its :prop_tgt:`ENABLE_EXPORTS` target property is set.
+
 The :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY` and :prop_tgt:`ARCHIVE_OUTPUT_NAME`
 target properties may be used to control archive output artifact locations
 and names in the build tree.

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-buildsystem.7.rst |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list