UseLATEX/CMakeLists.txt
Kenneth Moreland 7fc085cb80 Remove listing of UseLATEX.cmake from the documentation.
It doubles the length of the documentation and does not provide
much use to the reader.
2011-01-25 09:23:58 -07:00

13 lines
361 B
CMake

PROJECT(UseLATEX_DOC NONE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
INCLUDE(UseLATEX.cmake)
# Note that normally CMakeLists.txt would not be considered an
# input to the document, but in this special case of documenting
# UseLATEX.cmake the contents of this file is actually included
# in the document.
ADD_LATEX_DOCUMENT(UseLATEX.tex
INPUTS CMakeLists.txt
)