Advertisement
jyun14

CMakeLists.txt

Dec 6th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. cmake_minimum_required(VERSION 2.8)
  2. project( Opticalflow3 )
  3. find_package( OpenCV REQUIRED )
  4. add_executable( Opticalflow3 Opticalflow3.cpp )
  5. target_link_libraries( Opticalflow3 ${OpenCV_LIBS} )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement