From 2772bfc08d02a001509cde212a002e52d88eeb35 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Wed, 8 Apr 2009 12:09:58 +0000 Subject: [PATCH] optional docs in cmakeland [SVN r52251] --- CMakeLists.txt | 2 +- doc/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c26d3b9..1ebcceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ boost_library_project( # SRCDIRS TESTDIRS test HEADERS ${lib_headers} - # DOCDIRS + DOCDIRS doc # DESCRIPTION MODULARIZED # AUTHORS diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..fc5ed7c --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,2 @@ +boost_add_documentation(optional.qbk) +