From: bangerth Date: Sun, 11 Nov 2012 15:42:08 +0000 (+0000) Subject: Resolve a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b139d72074582b72e999e1b5a9736cd9c74b454;p=dealii-svn.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