what would be a good way to call for the compilation of a c++ library from inside a c++ program?
I have a very simple modular system that lets me hotswap a library while my program is running, think something like the unity editor when you make a new component. Now i would like to find a way to have this library compile itself from within my editor program, just for convienece’s sake.