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/openimagelib/py/CMakeLists.txt

    r1389 r1398  
    2121                                "openimagelib_il${LIBRARY_IDENTIFIER}" ) 
    2222 
    23 INSTALL ( TARGETS ${NAME} LIBRARY DESTINATION "lib/${PACKAGE}/openimagelib/py/" ) 
     23INSTALL ( TARGETS ${NAME}  
     24          LIBRARY DESTINATION "lib/${PACKAGE}/openimagelib/py/" 
     25          ARCHIVE DESTINATION "lib/${PACKAGE}/openimagelib/py/" 
     26          RUNTIME DESTINATION "lib/${PACKAGE}/openimagelib/py/" )