Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2020-09-22 17:45:49 +0300
committereidheim <eidheim@gmail.com>2020-09-22 17:45:49 +0300
commitdc923f46d28b5becf4f7c4abc9c3f4b27c43a796 (patch)
tree015342f8ded99475a643f6138b3c58fdb7963efe
parenteca7bfc03ace0a8806133cd773275169dfda433f (diff)
Removed extra newline
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a9cd5e..130eeab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,6 @@ else()
option(BUILD_TESTING "set ON to build library tests" OFF)
endif()
-
add_library(simple-websocket-server INTERFACE)
target_include_directories(simple-websocket-server INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})