This repository contains an academic systems programming project built using C/C++ and CMake.
The project demonstrates the use of CMake for managing builds, organizing source code, and compiling a modular systems-level application. It was developed as part of my academic coursework and is shared here for portfolio and learning purposes.
- C / C++
- CMake
- Systems programming concepts
Example build steps:
cmake -S . -B build
cmake --build build
This project was completed as part of my academic studies.