aidanjbailey / cpp-template

Autotool'less template for simple C++ projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-template

My preferred directory structure for C++ projects.

Dependencies

In its current state, make and gcc are required.

Structure

  • src - source (.cc) and private header (.hh) files

  • include - public header (.hh) files

  • lib - third-party dependencies

  • doc - any notes or configuration files

  • bin (generated) - output executable

  • obj (generated) - object files

Makefile

  • make

  • make clean

Todo

  • Test suite
  • Doc examples

About

Autotool'less template for simple C++ projects.


Languages

Language:Makefile 85.9%Language:C++ 14.1%