Merge pull request #1136 from StevenPuttemans:bugfix_3157
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 31 KiB |
@@ -52,7 +52,7 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$(OPENCV_DIR)\include
|
||||
$(OPENCV_DIR)\..\..\include
|
||||
|
||||
.. image:: images/PropertySheetOpenCVInclude.jpg
|
||||
:alt: Add the include dir like this.
|
||||
@@ -64,7 +64,7 @@ Next go to the :menuselection:`Linker --> General` and under the *"Additional Li
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$(OPENCV_DIR)\libs
|
||||
$(OPENCV_DIR)\lib
|
||||
|
||||
.. image:: images/PropertySheetOpenCVLib.jpg
|
||||
:alt: Add the library folder like this.
|
||||
|
||||
Reference in New Issue
Block a user