
commit
ca2e22ec41
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
build |
||||
CMakeFiles |
||||
CMakeCache.txt |
||||
cmake_install.cmake |
||||
Makefile |
||||
otclient |
||||
!.gitignore |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) |
||||
PROJECT(otclient) |
||||
ADD_EXECUTABLE(otclient srcs/main.cpp) |
||||
|
Loading…
Reference in new issue