This repository contains example projects demonstrating how to use SideCMake, a tool for managing CMake-based builds.
A basic example that shows how to set up and build a simple project using SideCMake.
Use this as a starting point to understand the minimal configuration required.
A more advanced example illustrating additional features of SideCMake, such as handling dependencies and custom build steps.
Refer to this example for more complex project setups.
- Clone this repository:
git clone https://github.com/imlinkzuz/SideCMakeExamples.git - Follow the instructions in each example folder to build and run the projects.
- SideCMake Documentation
- Example-specific README files for detailed setup and usage instructions.