I\'m actually looking for a way to create apps with OpenCV with Clion from JetBrains.
I\'ve installed OpenCV with Choco, so I have all the stuff in C:\\opencv
<
I just want to add one more thing in the answer of daB0bby. Few Min-GW Compilers do not support C++ Version 11 or later. This version is required for thread in OpenCV. So I will suggest using TDM-GCC Compiler instead of MinGW Compiler. Install this compiler and set path C:\TDM-GCC-64\bin to the system's environmental variable.