You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
379 B
14 lines
379 B
11 years ago
|
{% extends "!layout.html" %}
|
||
|
{% block rootrellink %}
|
||
|
<li>
|
||
|
<img src="{{ pathto('_static/cmake-logo-16.png', 1) }}" alt=""
|
||
|
style="vertical-align: middle; margin-top: -2px" />
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="http://www.cmake.org/">CMake</a>{{ reldelim1 }}
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}
|
||
|
</li>
|
||
|
{% endblock %}
|