Changeset 1396 for trunk/src/openimagelib/plugins/jpg/CMakeLists.txt
- Timestamp:
- 06/20/08 06:36: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 17 17 1391 andrew@aehunter.net-20080620113224-d5thhgo782mw0rjo 18 18 1392 andrew@aehunter.net-20080620113516-xdm7bt94xjmnlkme 19 1393 andrew@aehunter.net-20080620113637-naxle4ehjs3kcwdf
-
- Property bzr:file-ids
-
old new 1 src/openeffectslib/CMakeLists.txt cmakelists.txt-20080620065821-lx20brr9ray4embr-12 src/openeffectslib/plugins/CMakeLists.txt cmakelists.txt-20080620065821-lx20brr9ray4embr-23 src/openeffectslib/plugins/tonemap/CMakeLists.txt cmakelists.txt-20080620065821-lx20brr9ray4embr-3
-
- Property bzr:ancestry:v3-trunk0
-
old new 17 17 andrew@aehunter.net-20080620064802-8b2g4wfk32dn8mmz 18 18 andrew@aehunter.net-20080620070000-xodqay60ukgg300p 19 andrew@aehunter.net-20080620074105-20wzobu0xbnadzsc
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-20 12:3 5:16.835999966+01001 timestamp: 2008-06-20 12:36:37.913000107 +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
r1383 r1396 12 12 LINK_DIRECTORIES ( ${JPEG_LIBRAIES} ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl ${OpenLibraries_BINARY_DIR}/src/openimagelib/il/) 13 13 TARGET_LINK_LIBRARIES ( ${NAME} ${JPEG_LIBRAIES} "openpluginlib_pl${LIBRARY_IDENTIFIER}" "openimagelib_il${LIBRARY_IDENTIFIER}" ) 14 INSTALL ( FILES jpg_plugin s.opl DESTINATION "lib/${PACKAGE}/openimagelib/plugins/" )14 INSTALL ( FILES jpg_plugin.opl DESTINATION "lib/${PACKAGE}/openimagelib/plugins/" ) 15 15 INSTALL( TARGETS ${NAME} DESTINATION "lib/${PACKAGE}/openimagelib/plugins" ) 16 16 ELSE ( JPEG_FOUND )
