From b35c17b20223a6036e9f2b5442510cb6f56eead1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=8A=E5=B0=91?= Date: Mon, 18 Sep 2023 09:08:46 -0400 Subject: FindPhysFS: Improve documentation formatting --- Modules/FindPhysFS.cmake | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Modules/FindPhysFS.cmake b/Modules/FindPhysFS.cmake index a32f83a..19e5ba9 100644 --- a/Modules/FindPhysFS.cmake +++ b/Modules/FindPhysFS.cmake @@ -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 -- cgit v0.12