Skip to content

Instantly share code, notes, and snippets.

@sarvsav
Created September 25, 2015 18:43
Show Gist options
  • Save sarvsav/5d6d90171ce1e7d54015 to your computer and use it in GitHub Desktop.
Save sarvsav/5d6d90171ce1e7d54015 to your computer and use it in GitHub Desktop.
Project Directory Structure for simple C++ applications
./ Makefile and configure scripts.
./src General sources
./include Header files that expose the public interface and are to be installed
./lib Library build directory
./bin Tools build directory
./tools Tools sources
./test Test suites that should be run during a `make test`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment