Hello,
I've been working on a software project that embed v8.
I recently decided to change to a gn build setup.
I've configured it so that v8 is built as a separate project which then is linked into my project. But I was wondering: Is it possible to configure my build setup so that I can build v8 as part of my build, and my targets can use deps to link with v8?
My best guess so far is that I would have to replicate the entire build setup of v8 to be able to do this, but I'm hoping that I'm missing something.
Kind regards
Lars Magnusson