[cmake-commits] king committed readme.txt 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 1 09:06:29 EST 2006


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

Modified Files:
	readme.txt 
Log Message:
ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable.


Index: readme.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/readme.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- readme.txt	10 Oct 2006 20:03:34 -0000	1.10
+++ readme.txt	1 Nov 2006 14:06:27 -0000	1.11
@@ -15,6 +15,9 @@
 XXX_WRAP_YY		If False, do not try to use the relevent CMake wrapping command.
 XXX_YY_FOUND           	If False, optional YY part of XXX sytem is not available.
 XXX_FOUND              	Set to false, or undefined, if we haven't found, or don't want to use XXX.
+XXX_RUNTIME_LIBRARY_DIRS Optionally, the runtime library search path for use when running an executable linked to shared libraries.
+                         The list should be used by user code to create the PATH on windows or LD_LIBRARY_PATH on unix.
+                         This should not be a cache entry.
 
 You do not have to provide all of the above variables. You should provide XXX_FOUND under most circumstances. If XXX is a library, then  XXX_LIBRARIES, should also be defined, and XXX_INCLUDE_DIRS should usually be defined (I guess libm.a might be an exception)
 



More information about the Cmake-commits mailing list