Add doc/ to cmake build.

This commit is contained in:
Victor Zverovich 2012-12-18 08:44:00 -08:00
parent 2a95e670e5
commit 382e25ec3e

View File

@ -16,6 +16,8 @@ if (CMAKE_COMPILER_IS_GNUCXX)
"-Wall -Wextra -pedantic")
endif ()
add_subdirectory(doc)
# We compile Google Test ourselves instead of using pre-compiled libraries.
# See the Google Test FAQ "Why is it not recommended to install a
# pre-compiled copy of Google Test (for example, into /usr/local)?"