Skip to content

Commit

Permalink
Split getting_started, update docs build system. Add Fatima1108's con…
Browse files Browse the repository at this point in the history
…tent updates.
  • Loading branch information
thijsmie committed Oct 26, 2022
1 parent 44a0de0 commit fa483eb
Show file tree
Hide file tree
Showing 59 changed files with 3,851 additions and 4,150 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ gen.*
.vs/
.vscode/
build/
docs/manual/ddsc_api_docs/
*~
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ option(BUILD_IDLC_XTESTS "Build the idlc compile tests" OFF)
# Disable building examples by default because it is not strictly required.
option(BUILD_EXAMPLES "Build examples." OFF)

option(BUILD_DOCS "Build documentation." OFF)

option(ENABLE_LTO "Enable link time optimization." ON)

if(MSVC)
Expand Down Expand Up @@ -329,7 +327,7 @@ install(
set(generated_cyclonedds_rnc "${CMAKE_CURRENT_SOURCE_DIR}/etc/cyclonedds.rnc")
set(generated_cyclonedds_xsd "${CMAKE_CURRENT_SOURCE_DIR}/etc/cyclonedds.xsd")
set(generated_options_md "${CMAKE_CURRENT_SOURCE_DIR}/docs/manual/options.md")
set(generated_options_rst "${CMAKE_CURRENT_SOURCE_DIR}/docs/manual/config/config_file_reference.rst")
set(generated_options_rst "${CMAKE_CURRENT_SOURCE_DIR}/docs/manual/config/config_file_reference.rst")
set(generated_defconfig_src "${CMAKE_CURRENT_SOURCE_DIR}/src/core/ddsi/defconfig.c")

add_subdirectory(compat)
Expand All @@ -338,8 +336,6 @@ if(BUILD_EXAMPLES)
add_subdirectory(examples)
endif()

add_subdirectory(docs)

if(DEFINED ENV{LIB_FUZZING_ENGINE})
add_subdirectory(fuzz)
endif()
Expand Down
Loading

0 comments on commit fa483eb

Please sign in to comment.