Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 2.8.7)
- project(Anaglyph C CXX)
- find_package(OpenCV REQUIRED)
- message(${OpenCV_INCLUDE_DIRS})
- include_directories(SYSTEM ${OpenCV_INCLUDE_DIRS})
- set(PROG_NAME redcyan)
- add_executable(${PROG_NAME} redcyan.cpp)
- target_link_libraries(${PROG_NAME} ${OpenCV_LIBS})
Advertisement
Add Comment
Please, Sign In to add comment