Further reading
For more information, you can refer to the following links:
- Building both a static library and a shared library: https://stackoverflow.com/q/2152077
- A FXTUI library project:https://github.com/ArthurSonzogni/FTXUI
- The documentation of the
option()
command:https://cmake.org/cmake/help/latest/command/option.html - Preparing for release (of open source software) by Google:https://opensource.google/docs/releasing/preparing/
- Why we can’t use Clang-Tidy for GCC-precompiled headers:https://gitlab.kitware.com/cmake/cmake/-/issues/22081#note_943104
- Cppcheck manual:https://cppcheck.sourceforge.io/manual.pdf
- How to write a README:https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/
- Creative Commons licenses for GitHub projects:https://github.com/santisoler/cc-licenses
- Commonly used project licenses recognized by GitHub:https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features...