[cmake-commits] king committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 28 13:21:44 EST 2008


Update of /cvsroot/CMake/CMake/Tests/ExportImport/Export
In directory public:/mounts/ram/cvs-serv12494/Tests/ExportImport/Export

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Restored APPEND option to EXPORT() command in new implementation.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ExportImport/Export/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	28 Jan 2008 18:06:17 -0000	1.2
+++ CMakeLists.txt	28 Jan 2008 18:21:42 -0000	1.3
@@ -31,7 +31,11 @@
 install(EXPORT exp NAMESPACE exp_ DESTINATION lib/exp)
 
 # Export from build tree.
-export(TARGETS testExe1 testLib1 testLib2 testExe2 testLib3 testLib4
+export(TARGETS testExe1 testLib1 testLib2
   NAMESPACE bld_
   FILE ExportBuildTree.cmake
   )
+export(TARGETS testExe2 testLib3 testLib4
+  NAMESPACE bld_
+  APPEND FILE ExportBuildTree.cmake
+  )



More information about the Cmake-commits mailing list