Skip to content

Commit

Permalink
Monitoring System Console
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystfear committed Mar 18, 2024
1 parent ee79dc0 commit cfbad2a
Show file tree
Hide file tree
Showing 27 changed files with 335 additions and 671 deletions.
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@ cmake_minimum_required(VERSION 3.22)

project(Client VERSION 0.0.1 LANGUAGES CXX)

find_package(Boost 1.84.0 REQUIRED)
find_package(Boost 1.80.0 REQUIRED)
find_package(OpenSSL REQUIRED)

set(CERTIFICATE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../Certificates)
set(CERTIFICATE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Certificates)
add_definitions(-DserverCrt="${CERTIFICATE_DIR}/server.crt")
add_definitions(-DserverKey="${CERTIFICATE_DIR}/server.key")

add_subdirectory(Server)
add_subdirectory(Client)

target_include_directories(${PROJECT_NAME}
PUBLIC
$<INSTALL_INTERFACE:/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
${Boost_INCLUDE_DIRS}
${CERTIFICATE_DIR}
)

target_link_libraries(${PROJECT_NAME}
Expand Down
Binary file removed Certificates/test1/client
Binary file not shown.
Binary file removed Certificates/test1/server
Binary file not shown.
61 changes: 0 additions & 61 deletions Certificates/test1/testC.cpp

This file was deleted.

158 changes: 0 additions & 158 deletions Certificates/test1/testS.cpp

This file was deleted.

142 changes: 0 additions & 142 deletions Certificates/test1/tmpS.cpp

This file was deleted.

Binary file removed Certificates/test2/client
Binary file not shown.
Binary file removed Certificates/test2/server
Binary file not shown.
Loading

0 comments on commit cfbad2a

Please sign in to comment.