apptemplate Simple cmake template to create a basic program for TDD by using google test framework =========== mkdir build cd build/ cmake .. make ctest