My purpose is to build OpenCV with 3rd party jpeg support. By passing -D BUILD_JPEG=ON to cmake, I can see the object files being compiled. I wanted to copy the built jpeg library to the /usr/local/, but I dont see any library for libjpeg. I just see the object files. Do I need to put the object files in the library myself?
What is the signifigance of WITH_JPEG and BUILD_JPEG configuration variables in cmake?