Support cmake (build as a static library)

This commit is contained in:
Kirigaya Kazuto 2018-09-17 18:32:36 +08:00
parent eaec590513
commit d3a1e6589c

1
CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
add_library(GSock gsock.cpp gsock_helper.cpp)