소스 검색

update Makefile

leon 1 개월 전
부모
커밋
c54b9139c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -14,6 +14,7 @@ opencv_include_path  := /workspace/compile/__install/opencv490/include/opencv4
 trt_include_path     := /usr/include/x86_64-linux-gnu/
 cuda_include_path    := $(cuda_home)/include
 bt_include_path      := src/3rd/ByteTrack/include
+eigen3_include_path  := /usr/local/include/eigen3
 ffmpeg_include_path  := 
 
 python_include_path  := /usr/include/python3.10