From 3a54ee8cd54f93bc8920089b5fa6371931935f26 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: FindQuickTime: Improve documentation formatting --- Modules/FindQuickTime.cmake | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Modules/FindQuickTime.cmake b/Modules/FindQuickTime.cmake index 107486d..89be2a6 100644 --- a/Modules/FindQuickTime.cmake +++ b/Modules/FindQuickTime.cmake @@ -5,16 +5,18 @@ FindQuickTime ------------- +Locate QuickTime This module defines: +``QUICKTIME_LIBRARY`` -Locate QuickTime This module defines QUICKTIME_LIBRARY -QUICKTIME_FOUND, if false, do not try to link to gdal -QUICKTIME_INCLUDE_DIR, where to find the headers +``QUICKTIME_FOUND`` + if false, do not try to link to gdal +``QUICKTIME_INCLUDE_DIR`` + where to find the headers -$QUICKTIME_DIR is an environment variable that would correspond to the -./configure --prefix=$QUICKTIME_DIR +``$QUICKTIME_DIR`` is an environment variable that would correspond to:: -Created by Eric Wing. + ./configure --prefix=$QUICKTIME_DIR #]=======================================================================] find_path(QUICKTIME_INCLUDE_DIR QuickTime/QuickTime.h QuickTime.h -- cgit v0.12