add_subdirectory(thirdparty)
add_subdirectory(src/bin)
endif ()
+add_subdirectory(wrapping)
include(CheckTypeSize)
CHECK_TYPE_SIZE(ssize_t SSIZE_T)
--- /dev/null
+# source code for openjpeg project:
+# Part 1 & 2:
+add_subdirectory(openjp2)
+
+# optionals components:
+if(BUILD_JPIP)
+ add_subdirectory(openjpip)
+endif()
+if(BUILD_JPWL)
+ add_subdirectory(openjpwl)
+endif()
+if(BUILD_JP3D)
+ add_subdirectory(openjp3d)
+endif()
--- /dev/null
+# wrapping
+if(BUILD_JAVA)
+ add_subdirectory(java)
+endif()
--- /dev/null
+#
+add_subdirectory(openjp2)
# required header file:
include_directories(
- ${OPENJPEG_SOURCE_DIR}/libopenjpeg
- ${OPENJPEG_SOURCE_DIR}/applications/common
- ${OPENJPEG_SOURCE_DIR}/applications/codec
+ ${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
+ ${OPENJPEG_SOURCE_DIR}/src/bin/common
+ ${OPENJPEG_SOURCE_DIR}/src/bin/jp2
)
add_library(openjpegjni MODULE