Ver código fonte

DOC: better documentation

Ken Martin 20 anos atrás
pai
commit
0d96e2824b
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Modules/CheckLibraryExists.cmake

+ 2 - 0
Modules/CheckLibraryExists.cmake

@@ -2,7 +2,9 @@
 # Check if the function exists.
 # Check if the function exists.
 #
 #
 # CHECK_LIBRARY_EXISTS - macro which checks 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
 # FUNCTION - the name of the function
+# LOCATION - location where the library should be found
 # VARIABLE - variable to store the result
 # VARIABLE - variable to store the result
 #
 #
 # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the
 # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the