Skip to content

Commit

Permalink
Updated depthai-core to 2.10.0 and fixed integration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Aug 30, 2021
1 parent e96c655 commit 3519111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ project(${TARGET_NAME})
find_package(OpenCV REQUIRED)

# Add source files
add_executable("${TARGET_NAME}"
add_executable("${TARGET_NAME}"
src/main.cpp
)

# Link with libraries
target_link_libraries(${TARGET_NAME}
PUBLIC
depthai-core
target_link_libraries(${TARGET_NAME}
PUBLIC
depthai::opencv
${OpenCV_LIBS} # optional, used for example
)

Expand Down
2 changes: 1 addition & 1 deletion depthai-core
Submodule depthai-core updated 216 files

0 comments on commit 3519111

Please sign in to comment.