Skip to content

Commit

Permalink
[#28] Moved RESTServer to separate repository & added it as submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <cd.clovel19@gmail.com>
  • Loading branch information
Clovel committed Apr 8, 2020
1 parent d78a1db commit 86ec60c
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 1,090 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "generator/deps/rapidjson"]
path = generator/deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "generator/deps/RESTServer"]
path = generator/deps/RESTServer
url = https://github.com/Clovel/RESTServer.git
3 changes: 2 additions & 1 deletion generator/deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# -----------------------------------------------------------------------------

# Sub-directories -----------------------------------------
add_subdirectory(initools)
add_subdirectory(initools)
add_subdirectory(RESTServer)
1 change: 1 addition & 0 deletions generator/deps/RESTServer
Submodule RESTServer added at a99457
7 changes: 0 additions & 7 deletions generator/src/rest/CMakeLists.txt

This file was deleted.

124 changes: 0 additions & 124 deletions generator/src/rest/inc/HTTPRequest.hpp

This file was deleted.

100 changes: 0 additions & 100 deletions generator/src/rest/inc/RESTServer.hpp

This file was deleted.

136 changes: 0 additions & 136 deletions generator/src/rest/resources/webpage.cpp

This file was deleted.

Loading

0 comments on commit 86ec60c

Please sign in to comment.