</pre>
After that try to compile the library with minimal external
dependencies (<code>-DDEAL_II_ALLOW_AUTODETECTION=OFF</code>, for
- further information see the <a href="cmake.html">deal.II CMake
+ further information see the <a href="../users/cmake.html">deal.II CMake
documentation</a>).
<li>
For adding permanent support for the unknown compiler to the
<p>
In addition to the API documentation, we maintain a series of
- <a href="../doxygen/tutorial/index.html" target="_top">
+ <a href="../doxygen/deal.II/Tutorial.html" target="_top">
well-documented example programs</a>, which also follow a certain
``literate programming'' style in that the explanations of what
is happening are integrated into the program source by means of
If the list gets longer, consider using
a <a href="#cmakeadvanced.foreach">loop</a>, possibly
-with <a href="#cmakeadvanced.glob">GLOB</a>.
+with <a href="#cmakeadvanced.globs">GLOB</a>.
<a name="cmakesimple.libs"></a>
<h3>Adding libraries and common source files</h3>
ENDIF()
</pre>
+<a name="cmakeadvanced.foreach"></a>
<p>Loops are implemented with the help of <code>WHILE</code> and
<code>FOR</code> statements. The former takes the same
<code><expression></code> as the <code>IF</code> statement:</p>
INSTALL(DIRECTORY run DESTINATION share/mycode/run)
</pre>
-<a name="cmakesauto"></a>
+<a name="cmakeauto"></a>
<h2>Autopilot style CMakeLists.txt</h2>
<p>