2012-09-28 10:17:02 +02:00
|
|
|
# source code for openjpeg project:
|
|
|
|
# Part 1 & 2:
|
|
|
|
add_subdirectory(openjp2)
|
|
|
|
|
|
|
|
# optionals components:
|
|
|
|
if(BUILD_JPWL)
|
|
|
|
add_subdirectory(openjpwl)
|
|
|
|
endif()
|
2012-09-28 10:51:14 +02:00
|
|
|
if(BUILD_MJ2)
|
|
|
|
add_subdirectory(openmj2)
|
|
|
|
endif()
|
|
|
|
if(BUILD_JPIP)
|
|
|
|
add_subdirectory(openjpip)
|
|
|
|
endif()
|
2012-09-28 10:17:02 +02:00
|
|
|
if(BUILD_JP3D)
|
|
|
|
add_subdirectory(openjp3d)
|
|
|
|
endif()
|