Created
September 25, 2015 18:43
-
-
Save sarvsav/5d6d90171ce1e7d54015 to your computer and use it in GitHub Desktop.
Project Directory Structure for simple C++ applications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./ 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