CMake_LVGL_C/README.md

30 lines
566 B
Markdown
Raw Normal View History

2025-02-22 12:11:30 +01:00
# CMake C Test Project
This project is designed to learn how to structure a C project with CMake and includes a simple library (`testlib`) that implements basic functions.
## Build Instructions
1. Make the project
```bash
mkdir -p build
cmake .. --fresh
2. Run the project
```bash
make
./(the binary name)
## Method two
1. Run the script install
```bash
./install.sh | ./build/(the binary name)
## To clean the project
1. Run thee script clean
```bash
./clean.sh
- TODO https://gitlab.com/aminosbh/sdl2-cmake-modules