Hello, I am trying to link my library (ppc2cpp_core.lib) with protobuf, and then create the executable ppc2cpp.exe. I want link everything statically, so that downstream users do not require installing protobuf themselves
I am successfully building the library and executable on a github workflow, but when I try to run it locally, I get "libprotobuf.dll missing". I've tried using `set(Protobuf_USE_STATIC_LIBS ON)` but it still doesn't work. My cmake file: https://github.com/em-eight/ppc2cpp/blob/main/CMakeLists.txt Full workflow logs: https://github.com/em-eight/ppc2cpp/actions/runs/6318382821/job/17157239443 -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/e0ee7c30-a519-4586-a7bd-372676093d33n%40googlegroups.com.
