Changeset 1398 for trunk/src/openeffectslib/plugins/tonemap/CMakeLists.txt
- Timestamp:
- 06/23/08 05:14:08 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openeffectslib/plugins/tonemap/CMakeLists.txt
r1395 r1398 20 20 add_definitions ( ${OpenEXR_CFLAGS} ${IlmBase_CFLAGS} ) 21 21 22 install ( TARGETS ${NAME} LIBRARY DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" ) 22 install ( TARGETS ${NAME} 23 ARCHIVE DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" 24 RUNTIME DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" 25 LIBRARY DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" ) 23 26 install ( FILES tonemap_plugin.opl DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" )
