Show
Ignore:
Timestamp:
06/23/08 05:14:08 (5 months ago)
Author:
timdewhirst
Message:

openlibraries
- fixup cmake files for windows

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/openeffectslib/plugins/tonemap/CMakeLists.txt

    r1395 r1398  
    2020add_definitions ( ${OpenEXR_CFLAGS} ${IlmBase_CFLAGS} ) 
    2121 
    22 install ( TARGETS ${NAME} LIBRARY DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" ) 
     22install ( 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/" ) 
    2326install ( FILES tonemap_plugin.opl DESTINATION "lib/${PACKAGE}/openeffectslib/plugins/tonemap/" )