Skip to content

Commit

Permalink
Update gitignore, update makefile to include search path required by …
Browse files Browse the repository at this point in the history
…opencv4
  • Loading branch information
jwlodek committed Dec 20, 2023
1 parent 6fd6b9f commit 8277e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ O.linux-x86_64/
O.Common
.vscode/
*OLD*
O.*-debug
4 changes: 4 additions & 0 deletions barApp/barSrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ NDPluginBar_SRCS += NDPluginBar.cpp

ifdef OPENCV_INCLUDE
USR_INCLUDES += -I$(OPENCV_INCLUDE)
else
ifeq (linux-x86_64, $(findstring linux-x86_64, $(T_A)))
USR_INCLUDES += -I/usr/include/opencv4
endif
endif
ifdef OPENCV_LIB
NDPluginBar_DIR += $(OPENCV_LIB)
Expand Down

0 comments on commit 8277e3e

Please sign in to comment.