I am trying to use CMake in order to compile opencv.
I am reading the tutorial but can\'t understand what is CMakeLists files and how is it connected to the gui of C
Cmake from Windows terminal:
mkdir build cd build/ cmake .. cmake --build . --config Release ./Release/main.exe