Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

C Examples

Quick Start

  1. Install 'cmake': sudo apt update && sudo apt install cmake

  2. Create "build" directory: mkdir build

  3. Generate Cmake files: cmake -S src/ -B build/

  4. Enter "src" directory: cd src

  5. Build: cmake --build ../build

About

Examples of C and CMake

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages