mirror of
https://github.com/Karllzy/cotton_color.git
synced 2025-11-08 18:53:53 +00:00
添加mil库的配置教程
This commit is contained in:
parent
0666bf2f41
commit
c5e235f4a0
@ -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)
|
||||
|
||||
8
Matrox/README.md
Normal file
8
Matrox/README.md
Normal file
@ -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 即可
|
||||
Loading…
Reference in New Issue
Block a user