Skip to content

Commit

Permalink
Use submodule for websocketpp (Codelite uses v0.8.1 whereas recent on…
Browse files Browse the repository at this point in the history
…e is v0.8.2) (#3472)
  • Loading branch information
Jarod42 committed Sep 19, 2024
1 parent 878dc59 commit ed01ffa
Show file tree
Hide file tree
Showing 98 changed files with 5 additions and 24,984 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "submodules/llama.cpp"]
path = submodules/llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
[submodule "submodules/websocketpp"]
path = submodules/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
2 changes: 1 addition & 1 deletion CodeLite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(FlexSrcs "${FLEX_CxxFlex_OUTPUTS}" "${FLEX_IncludeFinderFlex_OUTPUTS}" "${FL
# Include paths
include_directories(
"${CL_SRC_ROOT}/sdk/wxsqlite3/include"
"${CL_SRC_ROOT}/sdk/websocketpp"
"${CL_SRC_ROOT}/submodules/websocketpp"
"${CL_SRC_ROOT}/sdk/asio-1.12.1"
"${CL_SRC_ROOT}/CodeLite"
"${CL_SRC_ROOT}/CodeLite/ssh"
Expand Down
2 changes: 0 additions & 2 deletions sdk/websocketpp/websocketpp/CMakeLists.txt

This file was deleted.

178 changes: 0 additions & 178 deletions sdk/websocketpp/websocketpp/base64/base64.hpp

This file was deleted.

33 changes: 0 additions & 33 deletions sdk/websocketpp/websocketpp/client.hpp

This file was deleted.

Loading

0 comments on commit ed01ffa

Please sign in to comment.