Skip to content

Commit

Permalink
Remove DummyService example
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Sep 29, 2023
1 parent 8e5fd6d commit 6cb2be7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
1 change: 0 additions & 1 deletion src/server/services/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ endif()
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/${QGIS_SERVER_MODULE_SUBDIR})
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/${QGIS_SERVER_MODULE_SUBDIR})

add_subdirectory(DummyService)
add_subdirectory(wms)
add_subdirectory(wfs)
add_subdirectory(wfs3)
Expand Down
41 changes: 0 additions & 41 deletions src/server/services/DummyService/CMakeLists.txt

This file was deleted.

65 changes: 0 additions & 65 deletions src/server/services/DummyService/dummy.cpp

This file was deleted.

0 comments on commit 6cb2be7

Please sign in to comment.