Hi,
Firstly, due to license restrictions the library is generated as a DLL
by default. Of course, you can use cvBlob linked statically as a .LIB
but make sure you comply with the license.
Secondly, if you decided to link statically try to edit the file
"cvBlob/CMakeLists.txt" in the line
add_library(cvblob SHARED ${cvBlob_CVBLOB})
replace "SHARED" for "STATIC".
Actually I can not help you much in Windows as I only use Linux, sorry.
Regards,
--
Cristóbal Carnero Liñán