Skip to content

Files

Latest commit

fe72ea7 · Jan 12, 2017

History

History

modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 12, 2017
Jul 11, 2016
Nov 20, 2016
May 7, 2016
May 7, 2016
This demo shows how to organize code with CMake.

exe    <--- calc.c
calc.c <---depends on---+  includes/*.h  (declarations)
                         \_ static libs  (implementations)
                               \_ LibSquare:     src/square.c
                               |_ LibCubic:      src/cubic.c
                               |_ LibExtras:     src/{power4.c, power5.c}