Compilation of large Component Based C++ Project -
could point out sources can read compilation procedures large c++ projects build multiple components.
the problem now, if modification in 1 of components, have build whole project scratch.
is there way allows me build components in standalone manner, , when of them built, "join" them single binary? , if have modification in 1 of components, able build component, , link binary?
thanks answers.
regards, cristian
you can use dll/library files. can create/test/build each component library refer these libraries in project.
Comments
Post a Comment