File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,19 @@ git clone https://github.com/JunkBox-Library/JunkBox_Libpp.git JubkBox_Lib++
4444* double click ** JunkBox_Lib++_ 2022.vcxproj**
4545* build targets
4646
47+ ### Lib Pragma for VC++
48+ #### OpenJpeg (GraphLib/Jpeg2KTool.h)
49+ * < v2.0
50+ * Release: ** OpenJPEG.lib**
51+ * Debug: ** OpenJPEGd.lib**
52+ * \> =2.0
53+ * ** openjp2.lib**
54+ #### Jpeg (GraphLib/JpegTool.h)
55+ * ** libjpeg.lib**
56+ #### Zlib (ExtendLib/xLib/gz_tool.h)
57+ * Release: ** zlib.lib**
58+ * Debug: ** zlibd.lib**
59+ #### OpenCV (GraphLib/OpenCVTool.h)
60+ * Release: ** opencv_core242.libb** , ** opencv_imgproc242.lib** , ** opencv_objdetect242.lib**
61+ * Debug: ** opencv_core242d.libb** , ** opencv_imgproc242d.lib** , ** opencv_objdetect242d.lib**
62+
You can’t perform that action at this time.
0 commit comments