COIN-OR::LEMON - Graph Library

Changeset 1208:60c0c3ed8d11 in lemon for doc/CMakeLists.txt


Ignore:
Timestamp:
12/19/12 15:37:12 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Use MathJax? for rendering the math formulae (#455)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CMakeLists.txt

    r1207 r1208  
    55
    66SET(LEMON_DOC_SOURCE_BROWSER "NO" CACHE STRING "Include source into the doc (YES/NO).")
     7SET(LEMON_DOC_USE_MATHJAX "NO" CACHE STRING "Use MathJax to display math formulae (YES/NO).")
     8SET(LEMON_DOC_MATHJAX_RELPATH "http://www.mathjax.org/mathjax" CACHE STRING "MathJax library location.")
    79
    810CONFIGURE_FILE(
Note: See TracChangeset for help on using the changeset viewer.