A custom build system I created to simplify creating large c++ projects The system expects a regular directory structure with .cpp files contained in the src folder and .h files contained in headers. The directory structure in src and headers must be identical to each other. The system simply compiles and links all files in all sub directories use #include <file.h> for all includes rather than #include "file.h" build system will assemble the "build" directory with identical structure and .o files then build the final system is ran using make
-
Notifications
You must be signed in to change notification settings - Fork 0
Jesse-McDonald/CBS
About
A custom build system I created after I was sick of trying to get make to work. Buil
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published