Skip to content

Commit

Permalink
IplImage / Mat cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Dec 28, 2018
1 parent 5d1e138 commit 177bd56
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 200 deletions.
5 changes: 3 additions & 2 deletions src/modules/motionCUT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

project(motionCUT)

find_package(YARP COMPONENTS OS sig cv)

set(source_files main.cpp)
set(doc_files ${PROJECT_NAME}.xml)
source_group("Source Files" FILES ${source_files})
source_group("DOC Files" FILES ${doc_files})
source_group("DOC Files" FILES ${doc_files})

add_executable(${PROJECT_NAME} ${source_files} ${doc_files})
target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBRARIES} ${YARP_LIBRARIES})
Expand Down
Loading

0 comments on commit 177bd56

Please sign in to comment.