[mapguide-commits] r9299 - in sandbox/jng/cmake_v2: . UnitTest UnitTest/WebTier UnitTest/WebTier/MapAgent UnitTest/WebTier/MapAgent/MapAgentForms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 9 04:30:08 PST 2018


Author: jng
Date: 2018-01-09 04:30:07 -0800 (Tue, 09 Jan 2018)
New Revision: 9299

Added:
   sandbox/jng/cmake_v2/UnitTest/CMakeLists.txt
   sandbox/jng/cmake_v2/UnitTest/WebTier/CMakeLists.txt
   sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/CMakeLists.txt
   sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/MapAgentForms/CMakeLists.txt
Modified:
   sandbox/jng/cmake_v2/CMakeLists.txt
Log:
Install mapagent test forms

Modified: sandbox/jng/cmake_v2/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/CMakeLists.txt	2018-01-09 11:44:55 UTC (rev 9298)
+++ sandbox/jng/cmake_v2/CMakeLists.txt	2018-01-09 12:30:07 UTC (rev 9299)
@@ -168,6 +168,7 @@
 add_subdirectory(Common)
 add_subdirectory(Server)
 add_subdirectory(Web)
+add_subdirectory(UnitTest)
 if (WITH_DESKTOP)
     add_subdirectory(Desktop)
 else (WITH_DESKTOP)

Added: sandbox/jng/cmake_v2/UnitTest/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/UnitTest/CMakeLists.txt	                        (rev 0)
+++ sandbox/jng/cmake_v2/UnitTest/CMakeLists.txt	2018-01-09 12:30:07 UTC (rev 9299)
@@ -0,0 +1 @@
+add_subdirectory(WebTier)
\ No newline at end of file

Added: sandbox/jng/cmake_v2/UnitTest/WebTier/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/UnitTest/WebTier/CMakeLists.txt	                        (rev 0)
+++ sandbox/jng/cmake_v2/UnitTest/WebTier/CMakeLists.txt	2018-01-09 12:30:07 UTC (rev 9299)
@@ -0,0 +1 @@
+add_subdirectory(MapAgent)
\ No newline at end of file

Added: sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/CMakeLists.txt	                        (rev 0)
+++ sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/CMakeLists.txt	2018-01-09 12:30:07 UTC (rev 9299)
@@ -0,0 +1 @@
+add_subdirectory(MapAgentForms)
\ No newline at end of file

Added: sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/MapAgentForms/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/MapAgentForms/CMakeLists.txt	                        (rev 0)
+++ sandbox/jng/cmake_v2/UnitTest/WebTier/MapAgent/MapAgentForms/CMakeLists.txt	2018-01-09 12:30:07 UTC (rev 9299)
@@ -0,0 +1,3 @@
+file(GLOB MAPAGENT_FILES "*.html" "*.js")
+
+install(FILES ${MAPAGENT_FILES} DESTINATION ${MG_WWWROOT}/mapagent COMPONENT ${MG_COMPONENT_WEB})
\ No newline at end of file



More information about the mapguide-commits mailing list