diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-02-05 22:55:26 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-02-05 22:55:26 +0000 |
| commit | 6566009e89a4f44050250277e3628712f841b820 (patch) | |
| tree | 126961b2efd58ac21a909c36416b980fe38e4cfb /CMakeLists.txt | |
| parent | a350bdc1c4dd6f102cd8f866a57acfbc37ef1f4b (diff) | |
BUG: Need to leave option for user to change
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fb070f58..a2b8d36e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,10 @@ SET(OPENJPEG_VERSION "${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}") #----------------------------------------------------------------------------- +# OpenJPEG build configuration options. +OPTION(BUILD_SHARED_LIBS "Build OpenJPEG with shared libraries." OFF) + +#----------------------------------------------------------------------------- # For the codec... OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF) |
