|
BashSpark
|
This documentation provides step-by-step instructions for integrating, building, and installing the BashSpark library using CMake.
To utilize this project in your own, integrate it via CMake by adding the following lines to your CMakeLists.txt file:
You can choose from several aliases depending on your needs:
BashSpark::ABashSpark: static library.BashSpark::FBashSpark: static library with position-independent code.BashSpark::SBashSpark: dynamic library.BashSpark::BashSpark: default dynamic library.This project includes comprehensive documentation detailing its functionality. To generate the documentation, follow these steps:
${PROJECT_DIR}/docs.${PROJECT_DIR}/docs/html/index.html.The library Doxygen Awesome is used to enhance documentation aesthetics.