diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-10-21 09:49:54 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-10-21 09:49:54 +0000 |
| commit | 360871c995117f4949ec5b20973a3188d8ac9a60 (patch) | |
| tree | dcaf6cc0c02b54ea573ea5f113c4b55135caccfe /libjp3dvm | |
| parent | b55fd4bf461eb170df78da404376f4028fe0812e (diff) | |
fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch from winfried)
Diffstat (limited to 'libjp3dvm')
| -rw-r--r-- | libjp3dvm/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjp3dvm/CMakeLists.txt b/libjp3dvm/CMakeLists.txt index e3fa1787..3f1e34b6 100644 --- a/libjp3dvm/CMakeLists.txt +++ b/libjp3dvm/CMakeLists.txt @@ -1,3 +1,4 @@ +ADD_DEFINITIONS(-O3) INCLUDE_REGULAR_EXPRESSION("^.*$") # Defines the source code for the library SET(JP3DVM_SRCS |
