mirror of
https://github.com/skywind3000/kcp.git
synced 2024-12-26 23:20:10 +08:00
Merge pull request #200 from raymonwang/master
add CMakeList.txt to compile static lib for kcp
This commit is contained in:
commit
726b0d0ce9
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal 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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user