## Navigation # base [Top](../Readme.md) * [docs](../docs/Readme.md) # Segemented Library Generation The principal (user) files are `gen.hpp` and `gen.cpp`. They contain includes for its various components: `components/.` Dependencies are bundled into `gen.dep.`. They are included in `gen.` before component includes. Just like the `gen.` they include their components: `dependencies/.` If using the library's provided build scripts: ```ps1 .\build.ps1 segmented ```