This commit is contained in:
skywind3000 2019-05-09 15:48:50 +08:00
commit 4b8ae65e26

11
CMakeLists.txt Normal file
View File

@ -0,0 +1,11 @@
PROJECT(kcp)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
add_library(kcp STATIC ikcp.c)
add_executable(kcp_test test.cpp)