Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional Documentation also for CMake Build #217

Open
mikkoi opened this issue Aug 30, 2019 · 0 comments
Open

Optional Documentation also for CMake Build #217

mikkoi opened this issue Aug 30, 2019 · 0 comments

Comments

@mikkoi
Copy link
Contributor

mikkoi commented Aug 30, 2019

As in #212, make it optional to generate documentation in CMake build so it is not necessary to always have TeX installed.

jflopezfernandez added a commit to jflopezfernandez/check that referenced this issue Nov 3, 2020
This pull request enables the automatic generation of
Doxygen HTML documentation via the check-doxygen-docs build
target.

This build target is not included in the Check library
default build list, as requested in issue libcheck#217, but instead
allows the user to specifically build this documentation
after project generation with the following command.

 $ cmake --build . --target check-doxygen-docs

The generated documentation is created in the project build
directory, in the doc/Doxygen folder.

In order to enable Doxygen, the project must be configured
using the -DCHECK_ENABLE_DOXYGEN_DOCS CMake flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant