Skip to content

A custom build system I created after I was sick of trying to get make to work. Buil

Notifications You must be signed in to change notification settings

Jesse-McDonald/CBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

CBS

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

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

No packages published