Fix potential overflow related issues spotted by LGTM code analysis (#1402)
[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()