[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1370-g9a0054d
Stephen Kelly
steveire at gmail.com
Thu Jan 3 14:55:32 EST 2013
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 9a0054d7bd56e74614e1ff7c457c884ba4752dc0 (commit)
via 08bd86b85fb657a7e70b4147ebe0e14d9d825c22 (commit)
from f87373c2a59099f029926ab072587f81b3a920e9 (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=9a0054d7bd56e74614e1ff7c457c884ba4752dc0
commit 9a0054d7bd56e74614e1ff7c457c884ba4752dc0
Merge: f87373c 08bd86b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 3 14:55:28 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 3 14:55:28 2013 -0500
Merge topic 'test-genex-custom-command' into next
08bd86b Add test for custom command with a genex referring to a target.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=08bd86b85fb657a7e70b4147ebe0e14d9d825c22
commit 08bd86b85fb657a7e70b4147ebe0e14d9d825c22
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 3 19:56:54 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jan 3 20:54:47 2013 +0100
Add test for custom command with a genex referring to a target.
This test failed before d8a59ea4 (Port cmGeneratorExpression to
cmTarget from cmGeneratorTarget, 2012-10-27), and passes after.
diff --git a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
index 7cb1b42..338af58 100644
--- a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
+++ b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
@@ -45,3 +45,10 @@ set_property(TARGET TargetIncludeDirectories
APPEND PROPERTY INCLUDE_DIRECTORIES
"$<TARGET_PROPERTY:somelib::withcolons,INTERFACE_INCLUDE_DIRECTORIES>"
)
+
+add_custom_target(test_custom_target
+ "some_bogus_custom_tool"
+ $<TARGET_PROPERTY:TargetIncludeDirectories,INCLUDE_DIRECTORIES>
+ $<TARGET_PROPERTY:TargetIncludeDirectories,COMPILE_DEFINITIONS>
+ WORKING_DIRECTORY
+ "${CMAKE_CURRENT_SOURCE_DIR}")
-----------------------------------------------------------------------
Summary of changes:
.../TargetIncludeDirectories/CMakeLists.txt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list