[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-712-g884eb43

Bill Hoffman bill.hoffman at kitware.com
Sun Jun 28 08:39:19 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  884eb43e9b752e15f80f5ce69bd18388794f5adb (commit)
       via  e58ec8faabd019c0a13219cfb86a5585a67a4b66 (commit)
      from  26d88d323f21fa292b6a2990f3522e7f87ff0787 (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=884eb43e9b752e15f80f5ce69bd18388794f5adb
commit 884eb43e9b752e15f80f5ce69bd18388794f5adb
Merge: 26d88d3 e58ec8f
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Sun Jun 28 08:39:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jun 28 08:39:18 2015 -0400

    Merge topic 'auto_export_dll_symbols' into next
    
    e58ec8fa add missing sub dir


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e58ec8faabd019c0a13219cfb86a5585a67a4b66
commit e58ec8faabd019c0a13219cfb86a5585a67a4b66
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Sun Jun 28 08:39:03 2015 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Sun Jun 28 08:39:03 2015 -0400

    add missing sub dir

diff --git a/Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt b/Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt
new file mode 100644
index 0000000..dee33e6
--- /dev/null
+++ b/Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt
@@ -0,0 +1 @@
+add_library(autoexport2 SHARED sub.cxx)
diff --git a/Tests/RunCMake/AutoExportDll/sub/sub.cxx b/Tests/RunCMake/AutoExportDll/sub/sub.cxx
new file mode 100644
index 0000000..9766b41
--- /dev/null
+++ b/Tests/RunCMake/AutoExportDll/sub/sub.cxx
@@ -0,0 +1,4 @@
+int sub()
+{
+  return 10;
+}

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

Summary of changes:
 Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt                     |    1 +
 Tests/{SubProject/gen.cxx.in => RunCMake/AutoExportDll/sub/sub.cxx} |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt
 copy Tests/{SubProject/gen.cxx.in => RunCMake/AutoExportDll/sub/sub.cxx} (62%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list