opj_t1_ht_decode_cblk(): avoid memcpy() with 0-input size and nullptr destination...
[openjpeg.git] / src / lib / CMakeLists.txt
1 # source code for openjpeg project:
2 # Part 1 & 2:
3 add_subdirectory(openjp2)
4
5 if(BUILD_JPIP)
6   add_subdirectory(openjpip)
7 endif()