Skip to content

Commit

Permalink
removed all the client parts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Aug 7, 2024
1 parent 5a385b7 commit 5a7deb1
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 709 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ set (KAGE_VERSION
add_subdirectory (src)
if (${ENABLE_TESTS})
enable_testing ()
find_package (Catch2 3.0.1 QUIET)
find_package (Catch2 3.6.0 QUIET)
if (NOT Catch2_FOUND)
include (FetchContent)
FetchContent_Declare (
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1
GIT_TAG v3.6.0
)
FetchContent_MakeAvailable (Catch2)
endif ()
Expand Down
82 changes: 0 additions & 82 deletions include/kage/AsyncRequest.hpp

This file was deleted.

113 changes: 0 additions & 113 deletions include/kage/Client.hpp

This file was deleted.

105 changes: 0 additions & 105 deletions include/kage/ProxyHandle.hpp

This file was deleted.

61 changes: 0 additions & 61 deletions src/AsyncRequest.cpp

This file was deleted.

Loading

0 comments on commit 5a7deb1

Please sign in to comment.