pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
901 stars 121 forks source link

CMake support #138

Closed pmed closed 3 years ago

pmed commented 4 years ago

Add CMakeLists.txt to build the library with different configuration options, those are currently available in config.h.

Make it ready to publish in a C++ package manager (e.g. vcpkg, Conan)

paulocoutinhox commented 3 years ago

Hi,

It was done?

Thanks

YarikTH commented 3 years ago

@pmed Do you have any interest in CMake support? I can polish my implementation and make a PR.

paulocoutinhox commented 3 years ago

To me will be nice.

But im not the owner :p

Segfaultd commented 3 years ago

Thank you for implementing this, really needed 🙏🏻

pmed commented 3 years ago

Done in #173