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 | b6102e207cdb5a7dd89494eee9628fc844f7f655 (patch) | |
| tree | be289b41c05cca2270463469d8c5f1a8d3e2943f /jp3d | |
| parent | ddc9a278aafd11cb99678942c76dd5b6cc37e772 (diff) | |
fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch from winfried)
Diffstat (limited to 'jp3d')
| -rw-r--r-- | jp3d/libjp3dvm/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jp3d/libjp3dvm/CMakeLists.txt b/jp3d/libjp3dvm/CMakeLists.txt index e3fa1787..3f1e34b6 100644 --- a/jp3d/libjp3dvm/CMakeLists.txt +++ b/jp3d/libjp3dvm/CMakeLists.txt @@ -1,3 +1,4 @@ +ADD_DEFINITIONS(-O3) INCLUDE_REGULAR_EXPRESSION("^.*$") # Defines the source code for the library SET(JP3DVM_SRCS |
