From: Wolfgang Bangerth Date: Sun, 11 Nov 2012 15:42:08 +0000 (+0000) Subject: Resolve a TODO. X-Git-Tag: v8.0.0~1079^2~277 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1688ae906f591fb44fd760c1e817eb1d34ae28;p=dealii.git Resolve a TODO. git-svn-id: https://svn.dealii.org/branches/branch_cmake@27505 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html index 5bcdf928c2..63562fe792 100644 --- a/deal.II/doc/development/toc.html +++ b/deal.II/doc/development/toc.html @@ -42,7 +42,10 @@ development of the deal.II CMake build system.
  • Example CMakeLists.txt: - TODO + An overview of how to write the CMakeLists.txt input + files that control cmake if you want to use it for your + own project and want it to compile and link against + the deal.II library.

  • Writing