mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
@@ -63,7 +63,7 @@ int main(int argc, char** argv )
|
||||
|
||||
Now you have to create your CMakeLists.txt file. It should look like this:
|
||||
@code{.cmake}
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project( DisplayImage )
|
||||
find_package( OpenCV REQUIRED )
|
||||
include_directories( ${OpenCV_INCLUDE_DIRS} )
|
||||
|
||||
Reference in New Issue
Block a user