Changeset 1794 for trunk/third_party
- Timestamp:
- 14/12/11 16:06:02 (5 months ago)
- Location:
- trunk/third_party
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
mxml-2.6/CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/third_party/CMakeLists.txt
r1636 r1794 28 28 29 29 add_subdirectory (tclap) 30 if(HAVE_XML) 30 31 add_subdirectory (mxml-2.6) 32 endif(HAVE_XML) -
trunk/third_party/mxml-2.6/CMakeLists.txt
r1674 r1794 26 26 # 27 27 #==================================================================== 28 include(FindAllIncludes.cmake)28 #include(FindAllIncludes.cmake) 29 29 30 30 if(CMAKE_SYSTEM_NAME STREQUAL "Windows") … … 65 65 target_link_libraries(mxmldoc MXML_Static_Library ${PTHREAD_LINK}) 66 66 67 install (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) 67 71 72 install_pdb (MXML_Shared_Library) 73
Note: See TracChangeset
for help on using the changeset viewer.
