summaryrefslogtreecommitdiff
path: root/src/bin/CMakeLists.txt
blob: 292fe5a7135bc170bc62bf37dc4d4c98c6e252bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# source code for openjpeg apps:
add_subdirectory(common)
# Part 1 & 2:
add_subdirectory(jp2)

# optionals components:
if(BUILD_JPIP)
  add_subdirectory(jpip)
endif()

# wx apps:
add_subdirectory(wx)