Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Морозов Евгений, 3530901/70203 Lab2s #104

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(email_server)
add_executable(server src/server.cpp)
find_library(PH pthread)
target_link_libraries(server ${PH})
Loading