hey guys I'm fairly familiar with nim, but I'm trying to get more familiar with using c/c++ libs with nim. From my understanding the way to do that is to build the c/c++ project which would output the .dll (I'm on windows) and you link the .dll to you nim code to call various functions. The issue I'm having is that a lot of projects are kind of ridiculously difficult to build and there's no standardized process (uneless I'm missing something). Yesterday I spent wayy to long trying to build libsoundio (https://github.com/andrewrk/libsoundio) for windows and getting very close but no cigar. Are there any resources or tools that I can/should be using to make this process easier?