From 2a205d142ab4229a8e465b31defa9b1ca6d94cad Mon Sep 17 00:00:00 2001 From: tangchao Date: Tue, 15 Feb 2022 15:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9cmakelist.txt=E4=BB=A5?= =?UTF-8?q?=E5=8C=B9=E9=85=8Dnanopi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/calibration_console/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/othersoft/calibration_console/CMakeLists.txt b/othersoft/calibration_console/CMakeLists.txt index 7f426f7..740febd 100644 --- a/othersoft/calibration_console/CMakeLists.txt +++ b/othersoft/calibration_console/CMakeLists.txt @@ -29,10 +29,10 @@ set(TARGET ximeaImageRecorder) set(CMAKE_INCLUDE_CURRENT_DIR ON) find_package(Qt5 REQUIRED ${QT}) -include_directories(/home/iris-xport/projects/ocean/seabreeze-3.0.11/SeaBreeze/include/) -LINK_DIRECTORIES(/home/iris-xport/projects/ocean/seabreeze-3.0.11/SeaBreeze/lib/) -#include_directories(/home/pi/SeaBrease/include/) -#LINK_DIRECTORIES(/home/pi/SeaBrease/lib/) +#include_directories(/home/iris-xport/projects/ocean/seabreeze-3.0.11/SeaBreeze/include/) +#LINK_DIRECTORIES(/home/iris-xport/projects/ocean/seabreeze-3.0.11/SeaBreeze/lib/) +include_directories(/home/pi/SeaBrease/include/) +LINK_DIRECTORIES(/home/pi/SeaBrease/lib/) include_directories(.)#包含头文件 include_directories(/usr/include/eigen3)#包含头文件,安装eigen:sudo apt-get install libeigen3-dev