Commit 382e25ec authored by Victor Zverovich's avatar Victor Zverovich

Add doc/ to cmake build.

parent 2a95e670
......@@ -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)?"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment