e26410c36ecbb3da1f50dd182cdfdce08d60f64c
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
- Make the project
mkdir -p build cmake .. --fresh - Run the project
make ./(the binary name)
Method two
- Run the script install
./install.sh | ./build/(the binary name)
To clean the project
- Run thee script clean
./clean.sh
Description
Languages
CMake
79.1%
C
16.2%
Shell
4.7%