1
0

started work on cmake

This commit is contained in:
Tycho Bickerstaff
2013-12-10 18:41:43 +00:00
parent bdb17a7e65
commit b91cfb8765
6 changed files with 50 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required (VERSION 2.6)
project (MCServer)
add_subdirectory(lib/inifile/)
add_subdirectory (src)