mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-10 23:55:43 -07:00
.vscode
base
docs
gen_c_library
gen_segmented
Readme.md
segmented.cpp
gen_singleheader
gen_unreal_engine
scripts
test
.editorconfig
.gitignore
LICENSE
Readme.md
gencpp.10x
gencpp.sln
gencpp.sln.DotSettings.user
gencpp.vcxproj
gencpp.vcxproj.filters
gencpp.vcxproj.user
Navigation
base
Segemented Library Generation
The principal (user) files are gen.hpp
and gen.cpp
.
They contain includes for its various components: components/<component_name>.<hpp/cpp>
Dependencies are bundled into gen.dep.<hpp/cpp>
. They are included in gen.<hpp/cpp>
before component includes.
Just like the gen.<hpp/cpp>
they include their components: dependencies/<dependency_name>.<hpp/cpp>
If using the library's provided build scripts:
.\build.ps1 <compiler> <debug or omit> segmented