Description
- add a website for the documentation docs: generate documentation for project_options via Sphinx #198
- add instructions for making an executable feat: add package_project function #58
- add instructions for making a header-only library feat: add package_project function #58
- add instructions for making a normal library feat: add package_project function #58
- add instructions for using doxygen-docs target
- add instructions for using sanitizers (especially on windows)
- adding more examples for using the options:
- using PCH headers
- using coverage
- overriding compiler warnings,
- adding more warnings
- removing certain warnings for certain targets
- documenting the individual functions (e.g. enable_doxygen) in case more control is needed
- add documentation for cross-compilation