Skip to content
Pavel Medvedev edited this page Apr 3, 2022 · 2 revisions

Welcome to the v8pp wiki!

Build with Ninja and run tests in one line

$ mkdir build && cd build && cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON .. && cmake --build . && ctest -V
Clone this wiki locally