capnproto / pycapnp

Cap'n Proto serialization/RPC system - Python bindings
BSD 2-Clause "Simplified" License
458 stars 125 forks source link

How to compile it as a dynamic library in windows? #322

Open CSQ223 opened 11 months ago

CSQ223 commented 11 months ago

I used cmake building tool to compile capnproto with -DBUILD_SHARED_LIBS=ON, but it failed generating dll and lib file.

Is there a approach to use capnproto with dynamic lib?