[Cmake-commits] [cmake-commits] king committed bootstrap 1.122 1.123

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 11 09:55:02 EDT 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv13987

Modified Files:
	bootstrap 
Log Message:
Introduce "generator expressions" to add_test()

This introduces a new syntax called "generator expressions" to the test
COMMAND option of the add_test(NAME) command mode.  These expressions
have a syntax like $<TARGET_FILE:mytarget> and are evaluated during
build system generation.  This syntax allows per-configuration target
output files to be referenced in test commands and arguments.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.122
retrieving revision 1.123
diff -C 2 -d -r1.122 -r1.123
*** bootstrap	22 Jul 2009 18:22:45 -0000	1.122
--- bootstrap	11 Aug 2009 13:54:56 -0000	1.123
***************
*** 189,192 ****
--- 189,193 ----
    cmInstallDirectoryGenerator \
    cmGeneratedFileStream \
+   cmGeneratorExpression \
    cmGlobalGenerator \
    cmLocalGenerator \



More information about the Cmake-commits mailing list