2012-09-28 10:11:41 +02:00
|
|
|
# source code for openjpeg apps:
|
|
|
|
add_subdirectory(common)
|
|
|
|
# Part 1 & 2:
|
|
|
|
add_subdirectory(jp2)
|
|
|
|
|
|
|
|
# optionals components:
|
|
|
|
if(BUILD_JPWL)
|
2012-09-28 11:26:51 +02:00
|
|
|
add_subdirectory(jpwl)
|
2012-09-28 10:11:41 +02:00
|
|
|
endif()
|
|
|
|
if(BUILD_MJ2)
|
|
|
|
add_subdirectory(mj2)
|
|
|
|
endif()
|
|
|
|
if(BUILD_JPIP)
|
|
|
|
add_subdirectory(jpip)
|
|
|
|
endif()
|
|
|
|
if(BUILD_JP3D)
|
|
|
|
add_subdirectory(jp3d)
|
|
|
|
endif()
|
|
|
|
|
2012-09-28 10:59:10 +02:00
|
|
|
# wx apps:
|
|
|
|
add_subdirectory(wx)
|