Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 9, 2023
1 parent 2766852 commit 314e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/himrepClassifier/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ source_group("Header Files" FILES ${header})
include_directories(${PROJECT_SOURCE_DIR}/include)

add_executable(${projectname} ${source} ${header})
target_link_libraries(${projectname} ${YARP_LIBRARIES} ${OpenCV_LIBRARIES})
target_link_libraries(${projectname} ${YARP_LIBRARIES} ${OpenCV_LIBS})
install(TARGETS ${projectname} DESTINATION bin)

0 comments on commit 314e70d

Please sign in to comment.