You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this is a header only library. You can build Wren with Wren's official guidelines, in any way you like, and simply include wrenbind17 by adding <wrenbind17/wrenbind17.hpp>. In short, there is no need to use CMake in this project.
Building wren with the CMake file in wrenbind17 is purely optional.
I don't remember why I set WREN_OPT_META=0 WREN_OPT_RANDOM=0... I must have had a reason, or I was lazy to figure it out, I honestly do not know.
If you are looking for a quick way to build Wren, I recommend using the package manager vcpkg: vcpkg install wren.
I probably should port wrenbind17 to vcpkg as well...
Optional modules (meta and random) are not available
import "random" for Random
Wren foreign method seed_() not found in C++
The text was updated successfully, but these errors were encountered: