roboticslab-uc3m / questions-and-answers

A place for general debate and question&answer
https://robots.uc3m.es/developer-manual/appendix/repository-index.html
2 stars 0 forks source link

Migrate alternative build systems to cmake #77

Closed jgvictores closed 5 years ago

jgvictores commented 5 years ago

Migrate alternative build systems to cmake, essentially scripts, such as:

PeterBowman commented 5 years ago
* doxygen

Done? See https://github.com/roboticslab-uc3m/questions-and-answers/issues/79.

PeterBowman commented 5 years ago

Yes, Doxygen is ready. we could abstract the generation of gitbooks (see example update-gitbook.sh script) with CMake, but we lack a proper CMake wrapper (e.g. there is a FindDoxygen, but no FindNode nor FindGitbook). Since cooking our own solution feels like overkill, let's not meddle with this any longer.

Conclusion: would be nice to have a make dox, but we are happy with a simple shell script (for now!).