From 27379d7b081be852c2b290a98db548cffffbff04 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 7 Dec 2006 09:45:32 -0500 Subject: ENH: make properties a bit more formal with documentation and chaining --- Tests/ComplexOneConfig/Library/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tests/ComplexOneConfig/Library') diff --git a/Tests/ComplexOneConfig/Library/CMakeLists.txt b/Tests/ComplexOneConfig/Library/CMakeLists.txt index a06745b354..3a74efc9d9 100644 --- a/Tests/ComplexOneConfig/Library/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Library/CMakeLists.txt @@ -45,6 +45,8 @@ ADD_LIBRARY(CMakeTestLibraryShared SHARED ${SharedLibrarySources}) ADD_LIBRARY(CMakeTestModule MODULE moduleFile.c) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DTEST_C_FLAGS") ADD_LIBRARY(CMakeTestCLibraryShared SHARED testConly.c) +DEFINE_PROPERTY(FOO TARGET "a test property" + "A simple etst proerty that means nothign and is used for nothing" 0) SET_TARGET_PROPERTIES(CMakeTestCLibraryShared PROPERTIES FOO BAR) IF(NOT BEOS) # No libm on BeOS. SET_TARGET_PROPERTIES(CMakeTestCLibraryShared PROPERTIES LINK_FLAGS "-lm") -- cgit v1.2.1