diff options
author | 權少 <ljqican@163.com> | 2023-09-18 13:08:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-18 13:23:04 (GMT) |
commit | b35c17b20223a6036e9f2b5442510cb6f56eead1 (patch) | |
tree | 45265603c3cbea22325c79c62cacaf764a21c256 /Modules/FindPhysFS.cmake | |
parent | d007eb70468437cb7a1f30d160f3b97263cbc087 (diff) | |
download | CMake-b35c17b20223a6036e9f2b5442510cb6f56eead1.zip CMake-b35c17b20223a6036e9f2b5442510cb6f56eead1.tar.gz CMake-b35c17b20223a6036e9f2b5442510cb6f56eead1.tar.bz2 |
FindPhysFS: Improve documentation formatting
Diffstat (limited to 'Modules/FindPhysFS.cmake')
-rw-r--r-- | Modules/FindPhysFS.cmake | 16 |
1 files 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 |