File tree Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
1
# sub-directory 'libbson' was already included at the top-level
2
- #add_subdirectory (libbson)
3
2
# sub-directory 'libmongoc' was already included at the top-level
4
- #add_subdirectory (libmongoc)
5
3
add_subdirectory (tools)
6
4
add_subdirectory (common)
7
5
Original file line number Diff line number Diff line change 1
- # The html distribution list was set by sphinx_build_html ()
2
- #extra_dist_generated (${src_libbson_doc_DIST_htmls})
3
-
4
1
# Additional generated static files
5
2
extra_dist_generated (
6
3
.nojekyll
Original file line number Diff line number Diff line change 1
- # The man distribution list was set by sphinx_build_man ()
2
- #extra_dist_generated (${src_libbson_doc_DIST_mans})
3
-
4
1
set_dist_list (src_libbson_doc_man_DIST
5
2
CMakeLists.txt
6
3
)
Original file line number Diff line number Diff line change 1
- # The html distribution list was set by sphinx_build_html ()
2
- #extra_dist_generated (${src_libmongoc_doc_DIST_htmls})
3
-
4
1
file (GLOB_RECURSE _images_pngs
5
2
RELATIVE ${PROJECT_SOURCE_DIR} /doc /static
6
3
${PROJECT_SOURCE_DIR} /doc /static /*.png
Original file line number Diff line number Diff line change 1
- # The man distribution list was set by sphinx_build_man ()
2
- #extra_dist_generated (${src_libmongoc_doc_DIST_mans})
3
-
4
1
set_dist_list (src_libmongoc_doc_man_DIST
5
2
CMakeLists.txt
6
3
)
You can’t perform that action at this time.
0 commit comments