FindPhysFS: Improve documentation formatting

stage/master/nightly/2023/09/19
權少 2023-09-18 09:08:46 -04:00 committed by Brad King
parent d007eb7046
commit b35c17b202
1 changed files with 10 additions and 6 deletions

View File

@ -5,16 +5,20 @@
FindPhysFS
----------
Locate PhysFS library This module defines:
``PHYSFS_LIBRARY``
the name of the library to link against
``PHYSFS_FOUND``
if false, do not try to link to PHYSFS
``PHYSFS_INCLUDE_DIR``
where to find physfs.h
Locate PhysFS library This module defines PHYSFS_LIBRARY, the name of
the library to link against PHYSFS_FOUND, if false, do not try to link
to PHYSFS PHYSFS_INCLUDE_DIR, where to find physfs.h
``$PHYSFSDIR`` is an environment variable that would correspond to::
$PHYSFSDIR is an environment variable that would correspond to the
./configure --prefix=$PHYSFSDIR used in building PHYSFS.
./configure --prefix=$PHYSFSDIR
Created by Eric Wing.
used in building PHYSFS.
#]=======================================================================]
find_path(PHYSFS_INCLUDE_DIR physfs.h