- Add $Id: $ tags

- FindHtmlViewer.cmake: Try to add reading the name of the
  html viewer from the HTML_VIEWER environment variable (untested)

svn path=/trunk/; revision=30104
This commit is contained in:
Jörg Mayer 2009-09-23 19:40:25 +00:00
parent d909f9f62c
commit 878d7246b8
25 changed files with 76 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#
# $Id$
#
###################################################################
#
# Copyright (c) 2006 Frederic Heem, <frederic.heem@telsey.it>

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find adns
# Find the native ADNS includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find capabilities
# Find the native CAP includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find cares
# Find the native CARES includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find gcrypt
# Find the native GCRYPT includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find GeoIP
# Find the native GEOIP includes and library
#

View File

@ -1,4 +1,7 @@
# - Try to find GLIB2
#
# $Id$
#
# Try to find GLIB2
# Once done this will define
#
# GLIB2_FOUND - system has GLIB2

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find gnutls
# Find the native GNUTLS includes and library
#

View File

@ -1,4 +1,6 @@
#
# $Id$
#
# try to find GTK2 (and glib) and GTK2GLArea
#
# GTK2_INCLUDE_DIRS - Directories to include to use GTK2

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find an html viewer program
#
# HTML_VIEWER_EXECUTABLE - the full path to perl
@ -10,6 +13,7 @@ FIND_PROGRAM(HTML_VIEWER_EXECUTABLE
xdg-open
mozilla
htmlview
ENV{HTML_VIEWER}
PATHS
${CYGWIN_INSTALL_PATH}/bin
/bin

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find kerberos
# Find the native KERBEROS includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find lex executable
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# Locate Lua library
# This module defines
# LUA_FOUND, if false, do not try to link to Lua

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find math
# Find the native M includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
###################################################################
#
# Copyright (c) 2006 Frederic Heem, <frederic.heem@telsey.it>

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find pcre
# Find the native PCRE includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find portaudio
# Find the native PORTAUDIO includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find python libraries
# This module finds if Python is installed and determines where the
# include files and libraries are. It also determines what the name of

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find unix commands from cygwin
# This module looks for some usual Unix commands.
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find unix commands from cygwin
# This module looks for some usual Unix commands.
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find smi
# Find the native SMI includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id: $
#
# - Find packages bundled with Windows
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find unix commands from cygwin
# This module looks for some usual Unix commands.
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
# - Find zlib
# Find the native ZLIB includes and library
#

View File

@ -1,3 +1,6 @@
#
# $Id$
#
MACRO(ADD_LEMON_FILES _sources )
set(_lemonpardir ${CMAKE_SOURCE_DIR}/tools/lemon)
FOREACH (_current_FILE ${ARGN})