hello world!

This commit is contained in:
Eduardo Bart
2010-11-08 20:04:33 -02:00
commit ca2e22ec41
3 changed files with 18 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(otclient)
ADD_EXECUTABLE(otclient srcs/main.cpp)