diff options
Diffstat (limited to 'src/lib/CMakeLists.txt')
| -rw-r--r-- | src/lib/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt new file mode 100644 index 00000000..b69399a5 --- /dev/null +++ b/src/lib/CMakeLists.txt @@ -0,0 +1,14 @@ +# 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() |
