Changeset 1748 for trunk/bindings


Ignore:
Timestamp:
09/11/11 00:28:51 (7 months ago)
Author:
Freddie Akeroyd
Message:

Windows build fixes. Refs #281

Location:
trunk/bindings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/CMakeLists.txt

    r1735 r1748  
    3838add_library (NeXus_CPP_Static_Library STATIC ${HEADERS} ${SOURCES}) 
    3939 
    40 set_target_properties(NeXus_CPP_Static_Library PROPERTIES OUTPUT_NAME NeXusCPP) 
     40set_target_properties(NeXus_CPP_Static_Library PROPERTIES OUTPUT_NAME NeXusCPPStatic) 
    4141 
    4242target_link_libraries(NeXus_CPP_Static_Library NeXus_Static_Library  
  • trunk/bindings/java/CMakeLists.txt

    r1707 r1748  
    141141 
    142142        INSTALL(TARGETS jnexus 
    143             LIBRARY DESTINATION lib COMPONENT Runtime ARCHIVE DESTINATION lib COMPONENT Runtime 
     143            RUNTIME DESTINATION bin COMPONENT Runtime 
     144                        LIBRARY DESTINATION lib COMPONENT Runtime  
     145                        ARCHIVE DESTINATION lib COMPONENT Runtime 
    144146        ) 
    145147 
Note: See TracChangeset for help on using the changeset viewer.