CMake: added WITH_DOCUMENTATION build flag
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 14 Mar 2013 11:34:09 +0000 (04:34 -0700)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 14 Mar 2013 12:03:40 +0000 (05:03 -0700)
commita20d6592cfed2f9c74179786524964fb32af889c
treef84678f9f564103008c66f86a27a747d434a5fb2
parentb54d40eb4f21f0f3de2b5ef35e7b0b2474a75f35
CMake: added WITH_DOCUMENTATION build flag

using the build flag WITH_DOCUMENTATION the generation of the
specification document can be enabled during LayerManagement builds.
this is useful for cross-checking the documentation during code updates.

a make target 'doc' is generated, so calling 'make doc' results in
generation of the specification PDF.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
CMakeLists.txt