[mapguide-commits] r9313 - sandbox/jng/cmake_v2/Common

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 10 10:37:48 PST 2018


Author: jng
Date: 2018-01-10 10:37:48 -0800 (Wed, 10 Jan 2018)
New Revision: 9313

Modified:
   sandbox/jng/cmake_v2/Common/CMakeLists.txt
Log:
Now that they're shared (not static), make sure dwf shared libraries are installed

Modified: sandbox/jng/cmake_v2/Common/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/Common/CMakeLists.txt	2018-01-10 17:30:19 UTC (rev 9312)
+++ sandbox/jng/cmake_v2/Common/CMakeLists.txt	2018-01-10 18:37:48 UTC (rev 9313)
@@ -25,4 +25,7 @@
     install(FILES ${XERCES_LIBS} DESTINATION ${LIB_INSTALL_DIR})
 endif (INTERNAL_XERCES)
 
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../Oem/DWFTK/develop/global/src/dwfcore/libdwfcore-1.7.0.so DESTINATION ${LIB_INSTALL_DIR})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../Oem/DWFTK/develop/global/src/dwf/libdwftk-7.7.0.so DESTINATION ${LIB_INSTALL_DIR})
+
 configure_file(${CMAKE_MODULE_PATH}/../configs/ProductVersion.h.in ${MG_AUTO_GENERATED_HEADER_DIR}/ProductVersion.h)
\ No newline at end of file



More information about the mapguide-commits mailing list