File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33/CMakeLists.txt.user
44/vcpkg /
55/.vscode /
6+ /.idea /
67/.cache /
78/build /
89/out /
10+ /cmake-build- *
911/docs /doxygen /build /
1012/docs /sphinx /build /
1113/docs /sphinx /index.rst
Original file line number Diff line number Diff line change 1313- [x] Windows resources
1414 - [x] Icon
1515 - [x] Version data
16+ - [ ] Manifest
1617- [ ] i18n and L10n
1718- [ ] Boost
1819- [ ] Unit testing
106107 - [ ] TeamCity
107108 - [ ] Azure Pipelines
108109 - [ ] Jenkins
110+ - [ ] CircleCI
109111 - [x] [ GitHub Codespaces] ( https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-a-predefined-dev-container-configuration )
110112 - [ ] Docker
Original file line number Diff line number Diff line change 22
33find_package (Doxygen )
44
5+ set (DOXYGEN_ENABLE_PREPROCESSING NO ) # https://stackoverflow.com/a/26043120/3049315
6+
57set (DOXYGEN_GENERATE_HTML YES CACHE BOOL "Generate Doxygen HTML" )
68set (DOXYGEN_GENERATE_LATEX YES CACHE BOOL "Generate Doxygen LaTeX" )
79set (DOXYGEN_GENERATE_XML YES ) # Needed by Sphinx
You can’t perform that action at this time.
0 commit comments