Hi everyone, im a bit new to C and C++ ecosystem and theres so many ways to manage libraries. I decided to use CMake for my most recent one but im not sure how to make it work on other machines.
I have done the following so far for different projects
A) Download the DLL and put it in a /lib folder, so like libgcc_s_dw2-1.dll
B) Clone the repo so like /imgui and that has all the source files
C) Use a homebrew so i point a path at my binary, but this depends e.g. if the user has homebrew or where they installed the lib
Im just wondering im sure theres a better way to do this right? Like can i point it to some online distirbution like you put the github url?