Changeset 1383 for trunk/src/openimagelib/plugins/jpg/CMakeLists.txt
- Timestamp:
- 06/18/08 06:07:57 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (4 props)
-
src/openimagelib/plugins/jpg/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 5 5 1377 andrew@aehunter.net-20080616122853-cwqokea7hkf82eo1 6 6 1378 andrew@aehunter.net-20080616222400-9q0vwtkk6091txce 7 1380 andrew@aehunter.net-20080618110315-ngg1d48fy0h3b6bs
-
- Property bzr:file-ids
-
old new 1 FindOpenEXR.cmake findopenexr.cmake-20080616221215-17ge0xzpvuxlhnjz-12 src/openimagelib/plugins/jpg/CMakeLists.txt cmakelists.txt-20080616215536-2e4278apyb0elsd6-1
-
- Property bzr:ancestry:v3-trunk0
-
old new 5 5 andrew@aehunter.net-20080616122604-vyn3c4elr33ehlai 6 6 andrew@aehunter.net-20080616222235-pb4vb2oeu6cj88m4 7 andrew@aehunter.net-20080618110236-pfuxsos8x3wd285v
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-1 6 23:24:00.365999937 +01001 timestamp: 2008-06-18 12:03:15.190000057 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/src/openimagelib/plugins/jpg/CMakeLists.txt
r1381 r1383 10 10 ADD_LIBRARY ( ${NAME} SHARED ${SOURCES} ) 11 11 INCLUDE_DIRECTORIES ( ${JPEG_INCLUDE_DIR} ) 12 LINK_DIRECTORIES ( ${JPEG_LIBRAIES} ) 12 LINK_DIRECTORIES ( ${JPEG_LIBRAIES} ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl ${OpenLibraries_BINARY_DIR}/src/openimagelib/il/) 13 TARGET_LINK_LIBRARIES ( ${NAME} ${JPEG_LIBRAIES} "openpluginlib_pl${LIBRARY_IDENTIFIER}" "openimagelib_il${LIBRARY_IDENTIFIER}" ) 13 14 INSTALL ( FILES jpg_plugins.opl DESTINATION "lib/${PACKAGE}/openimagelib/plugins/" ) 14 IN CLUDE( TARGETS ${NAME} DESTINATION "lib/${PACKAGE}/openimagelib/plugins" )15 INSTALL( TARGETS ${NAME} DESTINATION "lib/${PACKAGE}/openimagelib/plugins" ) 15 16 ELSE ( JPEG_FOUND ) 16 MESSAGE ( "libJPEG not found, skipping jpg plugin." 17 MESSAGE ( "libJPEG not found, skipping jpg plugin." ) 17 18 ENDIF ( JPEG_FOUND )
