[cmake-commits] king committed CMakeLists.txt 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Feb 14 13:36:25 EST 2008
Update of /cvsroot/CMake/CMake/Tests/Properties
In directory public:/mounts/ram/cvs-serv25557/Tests/Properties
Modified Files:
CMakeLists.txt
Log Message:
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Properties/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CMakeLists.txt 17 Jan 2008 22:19:13 -0000 1.5
+++ CMakeLists.txt 14 Feb 2008 18:36:23 -0000 1.6
@@ -22,8 +22,10 @@
# test generic property interfaces
-define_property(GLOBALTEST GLOBAL "A test property"
- "A long description of this test property" 0)
+define_property(GLOBAL PROPERTY GLOBALTEST
+ BRIEF_DOCS "A test property"
+ FULL_DOCS "A long description of this test property"
+ )
set_property(GLOBAL PROPERTY GLOBALTEST 1)
set_property(DIRECTORY PROPERTY DIRECTORYTEST 1)
set_property(SOURCE SubDir/properties3.cxx PROPERTY SOURCETEST 1)
More information about the Cmake-commits
mailing list