2025-02-20 12:30:03 +01:00
2025-02-20 12:28:20 +01:00
2025-02-19 16:17:08 +01:00
2025-02-20 12:24:43 +01:00
2025-02-20 12:28:20 +01:00
2025-02-19 16:17:08 +01:00
2025-02-20 12:28:20 +01:00
2025-02-19 16:17:08 +01:00
2025-02-19 16:17:08 +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
    mkdir -p build
    cmake .. --fresh
    
  2. Run the project
    make
    ./(the binary name)
    
    

Method two

  1. Run the script install
    ./install.sh | ./build/(the binary name)
    
    

To clean the project

  1. Run thee script clean
    ./clean.sh
    
    
    
Description
This is a CMake C test Project.
Readme 662 KiB
Languages
CMake 79.1%
C 16.2%
Shell 4.7%