mirror of
https://github.com/opencv/opencv.git
synced 2025-08-01 02:18:01 +08:00
Fixed my additions. For real this time. I think.
Oops. Hopefully it works this time.
This commit is contained in:
parent
39e742765a
commit
8f05af8d05
@ -145,6 +145,11 @@ opencv_video300d.lib
|
|||||||
opencv_videoio300d.lib
|
opencv_videoio300d.lib
|
||||||
opencv_videostab300d.lib
|
opencv_videostab300d.lib
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
Alternatively, your OpenCV download may have been built into one large .lib file. Check by looking in OpenCV\\build\\architecture\\vc14\\lib. In this case all you would add is, for the latest version:
|
||||||
|
@code{.bash}
|
||||||
|
opencv_world330.lib
|
||||||
|
@endcode
|
||||||
The letter *d* at the end just indicates that these are the libraries required for the debug. Now
|
The letter *d* at the end just indicates that these are the libraries required for the debug. Now
|
||||||
click ok to save and do the same with a new property inside the Release rule section. Make sure to
|
click ok to save and do the same with a new property inside the Release rule section. Make sure to
|
||||||
omit the *d* letters from the library names and to save the property sheets with the save icon above
|
omit the *d* letters from the library names and to save the property sheets with the save icon above
|
||||||
|
Loading…
Reference in New Issue
Block a user