[mapguide-commits] r10104 - in branches/4.0/MgDev/Server/src/Services: Drawing Kml
    svn_mapguide at osgeo.org 
    svn_mapguide at osgeo.org
       
    Fri Aug 23 02:50:01 PDT 2024
    
    
  
Author: jng
Date: 2024-08-23 02:50:00 -0700 (Fri, 23 Aug 2024)
New Revision: 10104
Modified:
   branches/4.0/MgDev/Server/src/Services/Drawing/CMakeLists.txt
   branches/4.0/MgDev/Server/src/Services/Kml/CMakeLists.txt
Log:
Privatize DWF Toolkit linkages
Modified: branches/4.0/MgDev/Server/src/Services/Drawing/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Server/src/Services/Drawing/CMakeLists.txt	2024-08-23 09:48:54 UTC (rev 10103)
+++ branches/4.0/MgDev/Server/src/Services/Drawing/CMakeLists.txt	2024-08-23 09:50:00 UTC (rev 10104)
@@ -21,6 +21,7 @@
 
 add_library(MgServerDrawingService${MG_VERSION_SUFFIX} SHARED ${MgServerDrawingService_SRCS})
 target_link_libraries(MgServerDrawingService${MG_VERSION_SUFFIX}
+PRIVATE
     -Wl,--exclude-libs,ALL
     dwfcore-1.7.0
     dwftk-7.7.0
Modified: branches/4.0/MgDev/Server/src/Services/Kml/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Server/src/Services/Kml/CMakeLists.txt	2024-08-23 09:48:54 UTC (rev 10103)
+++ branches/4.0/MgDev/Server/src/Services/Kml/CMakeLists.txt	2024-08-23 09:50:00 UTC (rev 10104)
@@ -28,6 +28,7 @@
 
 add_library(MgServerKmlService${MG_VERSION_SUFFIX} SHARED ${MgServerKmlService_SRCS})
 target_link_libraries(MgServerKmlService${MG_VERSION_SUFFIX}
+PRIVATE
     -Wl,--exclude-libs,ALL
     dwfcore-1.7.0
     dwftk-7.7.0
    
    
More information about the mapguide-commits
mailing list