mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
FindPhysFS: Improve documentation formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user