Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
amukhsimov committed Jan 9, 2021
1 parent dff8e80 commit a0ea6b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.17)
project(srt_server)
project(srt-server)

set(CMAKE_CXX_STANDARD 11)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")

add_executable(srt_server headers/structs.h headers/main.h source/core.cpp source/main.cpp source/environment.cpp)
target_link_libraries(srt_server -lsrt)
add_executable(srt-server headers/structs.h headers/main.h source/core.cpp source/main.cpp source/environment.cpp)
target_link_libraries(srt-server -lsrt)

INSTALL(TARGETS srt_server)
INSTALL(TARGETS srt-server)
Binary file renamed bin/0.1b.tar → bin/v0.1b.tar
Binary file not shown.

0 comments on commit a0ea6b7

Please sign in to comment.