This is an example project showing how to import libbase in a CMake project
using Git submodules and CMake's add_subdirectory().
For simplicity only core library is added to avoid manually resolving many dependencies required for non-core modules.
For more details refer to libbase documentation.
To build this project simply clone it and build with CMake:
$ git clone https://github.com/RippeR37/libbase-example-submodules --recurse-submodules
$ cd libbase-example-submodules
$ cmake -S . -B build
$ cmake --build build
$ ./build/libbase-example-submodules
Hello World!This project is licensed under the MIT License.