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

    r1390 r1398  
    2121                                "openassetlib_al${LIBRARY_IDENTIFIER}" ) 
    2222 
    23 install ( TARGETS ${NAME} LIBRARY DESTINATION "lib/${PACKAGE}/openassetlib/py/" )  
     23install ( TARGETS ${NAME}  
     24          ARCHIVE DESTINATION "lib/${PACKAGE}/openassetlib/py/" 
     25          RUNTIME DESTINATION "lib/${PACKAGE}/openassetlib/py/"  
     26          LIBRARY DESTINATION "lib/${PACKAGE}/openassetlib/py/" )