This might seem like an obvious problem, but I'm struggling to include the DIPlib library into my C++ project.
I'm using Windows 10, 64-Bit and CLion (or alternatively Visual Studio 2017 Enterprise with R#). I'm currently using CMake, but I'd be open to other solutions as well.
However, I could only find a download link for the DIPimage package (which seems to be an installer). I did already install this, but I (obviously) still can't use the library in my project.
I simply couldn't find a way to include this type of library.
The documentation does however mention some include files to include, which I found in the dipimage_2.9_win64.zip, but how am I supposed to include these? Or do I have to include the libdip.dll, which can be found in the same zip?