summaryrefslogtreecommitdiffstats
path: root/Modules/FindosgTerrain.cmake
diff options
context:
space:
mode:
author權少 <ljqican@163.com>2023-09-12 16:36:13 (GMT)
committerBrad King <brad.king@kitware.com>2023-09-12 16:54:39 (GMT)
commit90c3357c670885cf3ee1254dc0d62329e8315e82 (patch)
treec806c69b983e557a267a4c2d777dbbb8dd545f8d /Modules/FindosgTerrain.cmake
parent976659c8462e10ea545f1745b78f68bac9014a61 (diff)
downloadCMake-90c3357c670885cf3ee1254dc0d62329e8315e82.zip
CMake-90c3357c670885cf3ee1254dc0d62329e8315e82.tar.gz
CMake-90c3357c670885cf3ee1254dc0d62329e8315e82.tar.bz2
Findosg*: Improve documentation formatting
Add reST markup for inline literals, definition lists, and notes.
Diffstat (limited to 'Modules/FindosgTerrain.cmake')
-rw-r--r--Modules/FindosgTerrain.cmake23
1 files changed, 15 insertions, 8 deletions
diff --git a/Modules/FindosgTerrain.cmake b/Modules/FindosgTerrain.cmake
index 07bdeb7..a2de4ea 100644
--- a/Modules/FindosgTerrain.cmake
+++ b/Modules/FindosgTerrain.cmake
@@ -18,17 +18,24 @@ work with your system as an example). If you want to use a more
convenient module that includes everything, use the
:module:`FindOpenSceneGraph` instead of the ``Findosg*.cmake`` modules.
-Locate osgTerrain This module defines
+Locate osgTerrain This module defines:
-OSGTERRAIN_FOUND - Was osgTerrain found? OSGTERRAIN_INCLUDE_DIR -
-Where to find the headers OSGTERRAIN_LIBRARIES - The libraries to link
-for osgTerrain (use this)
+``OSGTERRAIN_FOUND``
+ Was osgTerrain found?
+``OSGTERRAIN_INCLUDE_DIR``
+ Where to find the headers
+``OSGTERRAIN_LIBRARIES``
+ The libraries to link for osgTerrain (use this)
+``OSGTERRAIN_LIBRARY``
+ The osgTerrain library
+``OSGTERRAIN_LIBRARY_DEBUG``
+ The osgTerrain debug library
-OSGTERRAIN_LIBRARY - The osgTerrain library OSGTERRAIN_LIBRARY_DEBUG -
-The osgTerrain debug library
+``$OSGDIR`` is an environment variable that would correspond to::
-$OSGDIR is an environment variable that would correspond to the
-./configure --prefix=$OSGDIR used in building osg.
+ ./configure --prefix=$OSGDIR
+
+used in building osg.
Created by Eric Wing.
#]=======================================================================]