~michihenning/persistent-cache-cpp/merge-crossbuild

« back to all changes in this revision

Viewing changes to CMakeLists.txt

MoreĀ docĀ improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
add_subdirectory(tests)
95
95
add_subdirectory(data)
96
96
add_subdirectory(examples)
 
97
add_subdirectory(doc)
97
98
 
98
99
enable_coverage_report(
99
100
    TARGETS
112
113
add_doxygen(
113
114
    ${LIBNAME}-doc
114
115
    INPUT
 
116
        ${CMAKE_BINARY_DIR}/doc/main_page.dox
115
117
        ${public_headers}
116
118
    OUTPUT_DIRECTORY
117
119
        ${CMAKE_BINARY_DIR}/doc