Created
August 11, 2018 17:38
-
-
Save agtbaskara/0eb773ac3085557baf7bf20b031fb49e to your computer and use it in GitHub Desktop.
c_cpp_properties.json file for build and run C++ program with OpenCV 3.4.1 using Mingw-w64 in Visual Studio Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Win32", | |
"includePath": [ | |
"${workspaceFolder}/**", | |
"C:/OpenCV-MinGW-Build/include" | |
], | |
"defines": [ | |
"_DEBUG", | |
"UNICODE", | |
"_UNICODE" | |
], | |
"windowsSdkVersion": "10.0.17134.0", | |
"compilerPath": "C:/OpenCV-MinGW-Buildx64/mingw/bin/g++", | |
"cStandard": "c11", | |
"cppStandard": "c++17", | |
"intelliSenseMode": "msvc-x64" | |
} | |
], | |
"version": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi Baskara,
is the path given in compilerPath correct?
"compilerPath": "C:/OpenCV-MinGW-Buildx64/mingw/bin/g++"
i dont see C:/OpenCV-MinGW-Buildx64 or g++ in OpenCV-MinGW-Build folder.
please help on this