Skip to content

Commit 016b9bd

Browse files
committed
Add libjpeg in preparation for adding JPEG support to libicv
1 parent 4df2c07 commit 016b9bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ add_project(netpbm GROUPS "BRLCAD")
444444

445445
# libjpeg-turbo - JPEG image codec
446446
# https://github.com/libjpeg-turbo/libjpeg-turbo
447-
add_project(jpeg GROUPS "APPLESEED;GDAL")
447+
add_project(jpeg GROUPS "APPLESEED;BRLCAD;GDAL")
448448

449449
# libpng - Portable Network Graphics image file support
450450
# http://www.libpng.org/pub/png/libpng.html

jpeg/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# jpeg is needed by GDAL, which is used by libgcv. TODO: Probably ought to
2-
# wire this into libicv as well if we're going to have it along for the ride...
1+
# libgcv uses GDAL, which pulls in libjpeg
32
cad_enable(JPEG "libgcv;libicv")
43

54
bext_enable(JPEG)

0 commit comments

Comments
 (0)