Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 16, 2023
1 parent b174e0c commit c03a2fd
Show file tree
Hide file tree
Showing 250 changed files with 718 additions and 22,621 deletions.
12 changes: 4 additions & 8 deletions .ninja_log
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# ninja log v5
0 209 0 CMakeFiles/doxygen-docs-Release df03721b0755a608
0 2886 0 doc_format_html 386cb45ea79436ff
0 209 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release df03721b0755a608
0 2886 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/doc_format_html 386cb45ea79436ff
0 62 0 CMakeFiles/doxygen-docs-Release df03721b0755a608
0 62 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release df03721b0755a608
0 609 0 doc_format_html 386cb45ea79436ff
0 609 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/doc_format_html 386cb45ea79436ff
0 929 0 doc_format_html 386cb45ea79436ff
0 929 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/doc_format_html 386cb45ea79436ff
0 574 0 doc_format_html 386cb45ea79436ff
0 574 0 /media/aminya/Linux/GitHub/Cpp/project_options/docs/build/doc_format_html 386cb45ea79436ff
25 changes: 4 additions & 21 deletions CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:UNINITIALIZED=Release

//Enabled build types
CMAKE_CONFIGURATION_TYPES:STRING=Release
//Semicolon separated list of supported configuration types, only
// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
// else will be ignored.
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;RelWithDebInfo

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
Expand Down Expand Up @@ -69,12 +71,6 @@ CMAKE_SKIP_RPATH:BOOL=NO
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Dot tool for use with Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot

//Doxygen documentation generation tool (https://www.doxygen.nl)
DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen

//Directory under which to collect all populated content
FETCHCONTENT_BASE_DIR:PATH=/media/aminya/Linux/GitHub/Cpp/project_options/docs/build/_deps

Expand All @@ -85,16 +81,9 @@ FETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF
//Enables QUIET option for all content population
FETCHCONTENT_QUIET:BOOL=ON

//When not empty, overrides where to find pre-populated content
// for _doxygen_theme
FETCHCONTENT_SOURCE_DIR__DOXYGEN_THEME:PATH=

//Enables UPDATE_DISCONNECTED behavior for all content population
FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF

//Enables UPDATE_DISCONNECTED behavior just for population of _doxygen_theme
FETCHCONTENT_UPDATES_DISCONNECTED__DOXYGEN_THEME:BOOL=OFF

//Sphinx documentation generator
SPHINX_EXECUTABLE:FILEPATH=/home/aminya/.local/bin/sphinx-build

Expand Down Expand Up @@ -176,12 +165,6 @@ CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][cfound components: doxygen dot ][v1.9.1()]
//Details about finding Python
FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.10][cfound components: Interpreter ][v3.10.12()]
//Details about finding Sphinx
Expand Down
285 changes: 0 additions & 285 deletions CMakeDoxyfile.in

This file was deleted.

Loading

0 comments on commit c03a2fd

Please sign in to comment.