2011-07-13 18:49:53 +02:00
|
|
|
# Build the each application if it needed
|
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
if(BUILD_CODEC)
|
|
|
|
add_subdirectory(codec)
|
2012-08-30 19:20:03 +02:00
|
|
|
endif()
|
2011-07-13 18:49:53 +02:00
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
if(BUILD_MJ2)
|
|
|
|
add_subdirectory(mj2)
|
2012-08-30 19:20:03 +02:00
|
|
|
endif()
|
2011-08-12 15:57:36 +02:00
|
|
|
|
2012-03-02 10:41:31 +01:00
|
|
|
# Client & Server:
|
2012-08-30 19:14:39 +02:00
|
|
|
if(BUILD_JPIP)
|
|
|
|
add_subdirectory(jpip)
|
2012-08-30 19:20:03 +02:00
|
|
|
endif()
|
2012-03-02 10:41:31 +01:00
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
if(BUILD_VIEWER)
|
|
|
|
add_subdirectory(OPJViewer)
|
2012-08-30 19:20:03 +02:00
|
|
|
endif()
|
2012-03-02 10:41:31 +01:00
|
|
|
|
2012-08-30 19:14:39 +02:00
|
|
|
if(BUILD_JAVA)
|
|
|
|
add_subdirectory(JavaOpenJPEG)
|
2012-08-30 19:20:03 +02:00
|
|
|
endif()
|