Skip to content

Commit

Permalink
resolve conflicts while merging OpenCV install branch
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Apr 22, 2015
2 parents 13e3f42 + a841f0b commit 94064a7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,15 @@ if (PSMOVE_USE_LOCAL_OPENCV)
endif()

link_directories(${OPENCV_BUILD_DIR}/lib)
link_directories(${OPENCV_BUILD_DIR}/3rdparty/lib)
link_directories(${OPENCV_BUILD_DIR}/3rdparty/lib)

foreach(OPENCV_MODULE core imgproc highgui)
include_directories(${OPENCV_SRC_DIR}/modules/${OPENCV_MODULE}/include)

# install the required OpenCV headers
install(FILES ${OPENCV_SRC_DIR}/modules/${OPENCV_MODULE}/include DESTINATION include)
endforeach()

include_directories(${OPENCV_SRC_DIR}/modules/core/include)
include_directories(${OPENCV_SRC_DIR}/modules/imgproc/include)
include_directories(${OPENCV_SRC_DIR}/modules/highgui/include)
set(PSMOVE_BUILD_TRACKER ON)
set(INFO_BUILD_TRACKER "Yes (with local OpenCV)")

Expand Down

0 comments on commit 94064a7

Please sign in to comment.