From d3a1e6589c08f1fd5259345bb77534e8096c04a7 Mon Sep 17 00:00:00 2001 From: Kiritow <1362050620@qq.com> Date: Mon, 17 Sep 2018 18:32:36 +0800 Subject: [PATCH] Support cmake (build as a static library) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..0e02cd1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1 @@ +add_library(GSock gsock.cpp gsock_helper.cpp) \ No newline at end of file