Commit f625be02 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1136 from StevenPuttemans:bugfix_3157

parents 5d8af490 a58860d3
...@@ -52,7 +52,7 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect ...@@ -52,7 +52,7 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect
.. code-block:: bash .. code-block:: bash
$(OPENCV_DIR)\include $(OPENCV_DIR)\..\..\include
.. image:: images/PropertySheetOpenCVInclude.jpg .. image:: images/PropertySheetOpenCVInclude.jpg
:alt: Add the include dir like this. :alt: Add the include dir like this.
...@@ -64,7 +64,7 @@ Next go to the :menuselection:`Linker --> General` and under the *"Additional Li ...@@ -64,7 +64,7 @@ Next go to the :menuselection:`Linker --> General` and under the *"Additional Li
.. code-block:: bash .. code-block:: bash
$(OPENCV_DIR)\libs $(OPENCV_DIR)\lib
.. image:: images/PropertySheetOpenCVLib.jpg .. image:: images/PropertySheetOpenCVLib.jpg
:alt: Add the library folder like this. :alt: Add the library folder like this.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment