bnoordhuis / v8-cmake

The V8 JavaScript engine, but built with CMake instead of GN - WIP
BSD 3-Clause "New" or "Revised" License
189 stars 54 forks source link

How to build v8 static libraray and dynamic library with cmake. #85

Closed ShannonBase closed 4 months ago

ShannonBase commented 4 months ago

As the title described, which command do we use to build static library? or Do we support it now?

bnoordhuis commented 4 months ago

It currently always builds a static library because -DBUILD_SHARED_LIBS=ON doesn't really work right now, see #60.