From 0d96e2824b507341445637fb6d6a5bbcd742e11b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 2 Nov 2005 13:59:37 -0500 Subject: DOC: better documentation --- Modules/CheckLibraryExists.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/CheckLibraryExists.cmake b/Modules/CheckLibraryExists.cmake index c19568f..b216c3b 100644 --- a/Modules/CheckLibraryExists.cmake +++ b/Modules/CheckLibraryExists.cmake @@ -2,7 +2,9 @@ # Check if the function exists. # # CHECK_LIBRARY_EXISTS - macro which checks if the function exists +# LIBRARY - the name of the library you are looking for # FUNCTION - the name of the function +# LOCATION - location where the library should be found # VARIABLE - variable to store the result # # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the -- cgit v0.12