1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-06 00:41:01 +02:00

add missing dependencies for m.css

This commit is contained in:
Lars Melchior 2020-07-29 12:54:54 +02:00
parent 0f7ae8a3b7
commit a11d929fe4
2 changed files with 6 additions and 2 deletions

View file

@ -94,6 +94,8 @@ cmake --build build/doc --target GenerateDocs
open build/doc/doxygen/html/index.html
```
To build the documentation locally, you will need Doxygen, jinja2 and Pygments on installed your system.
### Additional tools
The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) file which is used to import additional tools on-demand through CMake configuration arguments.