From 4399ab90e808ac6343daf2149f4965e6ac83cc1b Mon Sep 17 00:00:00 2001 From: lyTracking Date: Sun, 2 Apr 2023 21:34:55 +0800 Subject: [PATCH 1/3] test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53005fe..5adf4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ find_package(OpenCV REQUIRED) if(NOT WIN32) ADD_DEFINITIONS("-std=c++0x -O3") endif(NOT WIN32) +### include_directories(src) FILE(GLOB_RECURSE sourcefiles "src/*.cpp") From 2e6206d4b5178ff1429b31a3a3e0f94cb6e66fe0 Mon Sep 17 00:00:00 2001 From: lyTracking Date: Sun, 2 Apr 2023 21:36:33 +0800 Subject: [PATCH 2/3] test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5adf4a0..6e64c1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(OpenCV REQUIRED) if(NOT WIN32) ADD_DEFINITIONS("-std=c++0x -O3") endif(NOT WIN32) -### +#### include_directories(src) FILE(GLOB_RECURSE sourcefiles "src/*.cpp") From d3bd1df02d8edd6eb4c4d7024353748be6de59b2 Mon Sep 17 00:00:00 2001 From: lyTracking Date: Sun, 2 Apr 2023 21:39:30 +0800 Subject: [PATCH 3/3] chongxinces --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e64c1e..dbc4f90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(OpenCV REQUIRED) if(NOT WIN32) ADD_DEFINITIONS("-std=c++0x -O3") endif(NOT WIN32) -#### +######## include_directories(src) FILE(GLOB_RECURSE sourcefiles "src/*.cpp")