From c5e235f4a08b2e48b584515ddeaadb80a5c58350 Mon Sep 17 00:00:00 2001 From: zjc-zjc-123 <1714105370@qq.com> Date: Thu, 14 Nov 2024 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mil=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - Matrox/README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Matrox/README.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 400696a..299634d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,6 @@ set(CMAKE_AUTORCC ON) #配置mil库 include_directories(E:/QTexamble/matrox/Include) - # 添加 MIL 库的库文件路径 link_directories(E:/QTexamble/matrox/LIB) file(GLOB MIL_LIBS E:/QTexamble/matrox/LIB/*.lib) diff --git a/Matrox/README.md b/Matrox/README.md new file mode 100644 index 0000000..0932f19 --- /dev/null +++ b/Matrox/README.md @@ -0,0 +1,8 @@ +# MIL库环境配置 + +include_directories(E:/QTexamble/matrox/Include) +将路径修改为你的安装目录 .../Matrox Imaging/MIL/Include +# 添加 MIL 库的库文件路径 +link_directories(E:/QTexamble/matrox/LIB) +file(GLOB MIL_LIBS E:/QTexamble/matrox/LIB/*.lib) +同理 将E:/QTexamble/matrox/LIB部分替换为安装目录下的.../Matrox Imaging/MIL/LIB 即可 \ No newline at end of file