Support for MSVC 2013#182
Conversation
…oved OpenCV searching/installing, instead rely on cmake find_package. Tested in Windows Mingw64-32 bit, Ubuntu local and system OpenCV, OSX local and system OpenCV.
f0aced2 to
95d4bc9
Compare
… Also switched libusb to a submodule. Note that the MSVC build currently does not work with OpenCV3 whereas all other builds do.
|
I'm in the process of updating this to have a smaller footprint similar to @PolyarcGames changes here. |
|
Any updates here? |
|
I haven't looked at this in a while and I don't really have the time to do it now. It's become a bit of a nightmare because there have been some changes to your repo since I started the process and there were some non-MSVC-specific changes that crept into my working branch. Some of which conflicted with what you had. I attempted to I don't blame you for not wanting to pull that. Making a new branch that has ONLY the msvc-related changes will take me several hours and I don't have that kind of time these days. Someone else is welcome to reproduce only the necessary changes based off my work linked above. |
|
Closing in favor of #190. |
First 2 commits are the same as in #180.
This supercedes #163