In src/
:
hw0.cc
: a simple "Hello, World!"hw1.cc
: depends on a header file, rebuilds when the header file changes.hw2.cc
: usesdflags
and greets--name
.hw3.cc
: needscurrent_build.h
, generated by a specialcmake
target.hw4.cc
: links against a library, which is built from its own source file.