Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FangchenHu authored Jun 16, 2021
1 parent 34359cf commit a23aefd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 2018141501263胡方晨/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cmake_minimum_required(VERSION 2.8)
project(instant_messaging_utility)

IF(NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE Release)
ENDIF()

set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)

include_directories(
${PROJECT_SOURCE_DIR}/include
)

add_executable(chatroom_server src/Server.cpp src/ServerMain.cpp)
add_executable(chatroom_client src/Client.cpp src/ClientMain.cpp)



2 changes: 2 additions & 0 deletions 2018141501263胡方晨/编译配置说明.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
系统:Ubuntu 20.04.1
编译器:g++
Binary file added 2018141501263胡方晨/软件使用文档.pdf
Binary file not shown.

0 comments on commit a23aefd

Please sign in to comment.