diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-02 18:59:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-02 18:59:37 (GMT) |
commit | 0d96e2824b507341445637fb6d6a5bbcd742e11b (patch) | |
tree | 804fb82a70a72d6c956588ab995756fdbbc5ecd8 /Modules/CheckLibraryExists.cmake | |
parent | 0a5b9db60b8411bb3b063e627ff317b34609562a (diff) | |
download | CMake-0d96e2824b507341445637fb6d6a5bbcd742e11b.zip CMake-0d96e2824b507341445637fb6d6a5bbcd742e11b.tar.gz CMake-0d96e2824b507341445637fb6d6a5bbcd742e11b.tar.bz2 |
DOC: better documentation
Diffstat (limited to 'Modules/CheckLibraryExists.cmake')
-rw-r--r-- | Modules/CheckLibraryExists.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 |