Changeset 1794 for trunk/third_party


Ignore:
Timestamp:
14/12/11 16:06:02 (5 months ago)
Author:
Freddie Akeroyd
Message:

Windows CMake updates. Refs #281

Location:
trunk/third_party
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/third_party/CMakeLists.txt

    r1636 r1794  
    2828 
    2929add_subdirectory (tclap) 
     30if(HAVE_XML) 
    3031add_subdirectory (mxml-2.6) 
     32endif(HAVE_XML) 
  • trunk/third_party/mxml-2.6/CMakeLists.txt

    r1674 r1794  
    2626# 
    2727#==================================================================== 
    28 include(FindAllIncludes.cmake) 
     28#include(FindAllIncludes.cmake) 
    2929 
    3030if(CMAKE_SYSTEM_NAME STREQUAL "Windows") 
     
    6565target_link_libraries(mxmldoc MXML_Static_Library ${PTHREAD_LINK}) 
    6666 
     67install (TARGETS MXML_Shared_Library MXML_Static_Library 
     68         RUNTIME DESTINATION bin COMPONENT Runtime 
     69         LIBRARY DESTINATION lib COMPONENT Runtime 
     70         ARCHIVE DESTINATION lib/nexus COMPONENT Development) 
    6771 
     72install_pdb (MXML_Shared_Library) 
     73 
Note: See TracChangeset for help on using the changeset viewer.